From 39ed552bcc00dcbf7e89dc33cf0a3db95460119a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:29:22 -0800 Subject: [PATCH] Bump serde from 1.0.214 to 1.0.215 (#701) Bumps [serde](https://github.com/serde-rs/serde) from 1.0.214 to 1.0.215. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.215) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 6ea1a920..4a599823 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -906,18 +906,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.214" +version = "1.0.215" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5" +checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.214" +version = "1.0.215" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766" +checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" dependencies = [ "proc-macro2", "quote", diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index 05f6327a..176f8b2b 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.23" -serde = "1.0.214" +serde = "1.0.215" serde_json = "1.0.133" syn = { version = "2.0.87", features = ["full"] } thiserror = "2.0.3" diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index b74dec71..9ae50cc0 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.23", features = ["serde"] } -serde = "1.0.214" +serde = "1.0.215" serde_json = "1.0.133" 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 e80a4816..c80a2e97 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.214" +serde = "1.0.215" serde_json = "1.0.133" [build-dependencies] ipnetwork = { version = "0.20.0", features = ["schemars"] } prettyplease = "0.2.25" schemars = "0.8.21" -serde = "1.0.214" +serde = "1.0.215" syn = "2.0.87" typify = { path = "../typify" } diff --git a/typify/Cargo.toml b/typify/Cargo.toml index d1e2556a..9128d9d0 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.214" +serde = "1.0.215" serde_json = "1.0.133" trybuild = "1.0.101" uuid = { version = "1.11.0", features = ["serde"] }