From 2656fe8bf30c3f275c6e525dadb636599642166b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:21:32 +0000 Subject: [PATCH] build(deps): bump serde_with from 3.9.0 to 3.11.0 Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.9.0 to 3.11.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.9.0...v3.11.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 ++++---- rsadsb_common/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c80f6b..608b33d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1250,9 +1250,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.9.0" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857" +checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817" dependencies = [ "base64", "chrono", @@ -1268,9 +1268,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.9.0" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350" +checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d" dependencies = [ "darling", "proc-macro2", diff --git a/rsadsb_common/Cargo.toml b/rsadsb_common/Cargo.toml index 90ccc52..5d3d87e 100644 --- a/rsadsb_common/Cargo.toml +++ b/rsadsb_common/Cargo.toml @@ -20,7 +20,7 @@ adsb_deku = { path = "../libadsb_deku", default-features = false, version = "0.7 libm = "0.2.8" tracing = { version = "0.1.40", default-features = false, optional = true} serde = { version = "1.0", features = ["derive"], optional = true } -serde_with = { version = "3.6.1",optional = true } +serde_with = { version = "3.11.0",optional = true } [package.metadata.docs.rs] all-features = true