From 0ab3b47cdd789cce00c47adecfc4d20b1c6f8a5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:21:11 +0000 Subject: [PATCH] Bump serde_with from 3.8.1 to 3.8.2 in /protocol Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.8.1 to 3.8.2. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.8.1...v3.8.2) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- protocol/Cargo.lock | 8 ++++---- protocol/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/protocol/Cargo.lock b/protocol/Cargo.lock index 55a79ede..0e23c25a 100644 --- a/protocol/Cargo.lock +++ b/protocol/Cargo.lock @@ -1028,9 +1028,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.8.1" +version = "3.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20" +checksum = "079f3a42cd87588d924ed95b533f8d30a483388c4e400ab736a7058e34f16169" dependencies = [ "base64 0.22.1", "chrono", @@ -1046,9 +1046,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.8.1" +version = "3.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2" +checksum = "bc03aad67c1d26b7de277d51c86892e7d9a0110a2fe44bf6b26cc569fba302d6" dependencies = [ "darling", "proc-macro2", diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 3e024deb..8ad637a0 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -10,6 +10,6 @@ chrono = { version = "0.4", features = ["serde"] } uuid = { version = "1.8.0", features = ["v4", "serde"] } sqlx = { version = "0.7", features = ["macros", "chrono", "uuid"] } serde = "1.0" -serde_with = { version = "3.7", features = ["chrono_0_4"] } +serde_with = { version = "3.8", features = ["chrono_0_4"] } derive_more = "0.99"