From f5876d90e427f4676c3b1663a28ad42e0a0b495f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 04:52:49 +0000 Subject: [PATCH] build(deps): bump serde_with from 3.8.3 to 3.9.0 Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.8.3 to 3.9.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.8.3...v3.9.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7e0657fc..a07b77b19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1178,9 +1178,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.8.3" +version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e73139bc5ec2d45e6c5fd85be5a46949c1c39a4c18e56915f5eb4c12f975e377" +checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857" dependencies = [ "serde", "serde_derive", @@ -1189,9 +1189,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.8.3" +version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b80d3d6b56b64335c0180e5ffde23b3c5e08c14c585b51a15bd0e95393f46703" +checksum = "a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 510341041..b8fb786af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ smoltcp-nal = { version = "0.5", features = ["shared-stack"] } postcard = "1" bit_field = "0.10.2" embassy-futures = { version = "0.1", default-features = false } -serde_with = { version = "3.8", default-features = false, features = ["macros"] } +serde_with = { version = "3.9", default-features = false, features = ["macros"] } [build-dependencies] built = { version = "0.7", features = ["git2"], default-features = false }