From 1a5b1a4d5c24fddb517f612bc1b99a173611b1e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:46:07 +0000 Subject: [PATCH] Bump serde from 1.0.216 to 1.0.217 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.216 to 1.0.217. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.216...v1.0.217) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- typify-impl/Cargo.toml | 2 +- typify-macro/Cargo.toml | 2 +- typify-test/Cargo.toml | 4 ++-- typify/Cargo.toml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9f7b3c8..38b3a606 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -906,18 +906,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.216" +version = "1.0.217" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e" +checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.216" +version = "1.0.217" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e" +checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" dependencies = [ "proc-macro2", "quote", diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index 74f8251e..169cc341 100644 --- a/typify-impl/Cargo.toml +++ b/typify-impl/Cargo.toml @@ -15,7 +15,7 @@ quote = "1.0.37" regress = "0.10.1" schemars = "0.8.21" semver = "1.0.24" -serde = "1.0.216" +serde = "1.0.217" serde_json = "1.0.134" syn = { version = "2.0.93", features = ["full"] } thiserror = "2.0.9" diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index 1cf42882..5379c54e 100644 --- a/typify-macro/Cargo.toml +++ b/typify-macro/Cargo.toml @@ -15,7 +15,7 @@ proc-macro2 = "1.0.89" quote = "1.0.37" schemars = "0.8.21" semver = { version = "1.0.24", features = ["serde"] } -serde = "1.0.216" +serde = "1.0.217" serde_json = "1.0.134" serde_tokenstream = "0.2.2" syn = { version = "2.0", features = ["full", "extra-traits"] } diff --git a/typify-test/Cargo.toml b/typify-test/Cargo.toml index 111eb1f8..35884ade 100644 --- a/typify-test/Cargo.toml +++ b/typify-test/Cargo.toml @@ -5,13 +5,13 @@ edition = "2021" [dependencies] regress = "0.10.1" -serde = "1.0.216" +serde = "1.0.217" serde_json = "1.0.134" [build-dependencies] ipnetwork = { version = "0.20.0", features = ["schemars"] } prettyplease = "0.2.25" schemars = "0.8.21" -serde = "1.0.216" +serde = "1.0.217" syn = "2.0.93" typify = { path = "../typify" } diff --git a/typify/Cargo.toml b/typify/Cargo.toml index 04e01d93..218150bf 100644 --- a/typify/Cargo.toml +++ b/typify/Cargo.toml @@ -26,7 +26,7 @@ quote = "1.0.37" regress = "0.10.1" rustfmt-wrapper = "0.2.1" schemars = "0.8.21" -serde = "1.0.216" +serde = "1.0.217" serde_json = "1.0.134" trybuild = "1.0.101" uuid = { version = "1.11.0", features = ["serde"] }