From 38f8a8161d053a89a1b465c14c913c2e6a167fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:55:27 +0000 Subject: [PATCH] Bump serde_with from 3.8.2 to 3.8.3 Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.8.2 to 3.8.3. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.8.2...v3.8.3) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- certifier/Cargo.toml | 2 +- service/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 340ec858..24af1292 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3396,9 +3396,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.8.2" +version = "3.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "079f3a42cd87588d924ed95b533f8d30a483388c4e400ab736a7058e34f16169" +checksum = "e73139bc5ec2d45e6c5fd85be5a46949c1c39a4c18e56915f5eb4c12f975e377" dependencies = [ "base64 0.22.1", "chrono", @@ -3414,9 +3414,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.8.2" +version = "3.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc03aad67c1d26b7de277d51c86892e7d9a0110a2fe44bf6b26cc569fba302d6" +checksum = "b80d3d6b56b64335c0180e5ffde23b3c5e08c14c585b51a15bd0e95393f46703" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index c69041cf..14ac10b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ itertools = "0.13.0" serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.120" bytemuck = "1.16.1" -serde_with = { version = "3.8.2", features = ["base64", "hex"] } +serde_with = { version = "3.8.3", features = ["base64", "hex"] } scrypt-jane = { git = "https://github.com/spacemeshos/scrypt-jane-rs", branch = "main" } blake3 = "1.3.3" diff --git a/certifier/Cargo.toml b/certifier/Cargo.toml index 06b62790..9afa6a50 100644 --- a/certifier/Cargo.toml +++ b/certifier/Cargo.toml @@ -13,7 +13,7 @@ tokio = { version = "1.38", features = [ "time", ] } post-rs = { path = "../" } -serde_with = { version = "3.8.2", features = ["base64", "hex"] } +serde_with = { version = "3.8.3", features = ["base64", "hex"] } ed25519-dalek = { version = "2.1.1", features = ["rand_core"] } clap = { version = "4.5.8", features = ["derive", "env"] } hex = "0.4.3" diff --git a/service/Cargo.toml b/service/Cargo.toml index 739fd1c5..e272d62e 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -32,7 +32,7 @@ sysinfo = "0.30.12" axum = "0.7.5" serde = { version = "1.0.203", features = ["derive"] } range-set = "0.0.11" -serde_with = { version = "3.8.2", features = ["hex"] } +serde_with = { version = "3.8.3", features = ["hex"] } serde_json = "1.0.120" [build-dependencies]