From 98c15bdb7d73d41b16b3f8152a1e1f29415f5a55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 06:25:59 -0700 Subject: [PATCH] Bump serde_json from 1.0.127 to 1.0.128 (#672) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.127 to 1.0.128. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/1.0.127...1.0.128) --- updated-dependencies: - dependency-name: serde_json 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 | 4 ++-- cargo-typify/Cargo.toml | 2 +- typify-impl/Cargo.toml | 2 +- typify-macro/Cargo.toml | 2 +- typify-test/Cargo.toml | 2 +- typify/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4fc4effc..366790cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -937,9 +937,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.127" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" dependencies = [ "itoa", "memchr", diff --git a/cargo-typify/Cargo.toml b/cargo-typify/Cargo.toml index 3c634adb..e0ccab2f 100644 --- a/cargo-typify/Cargo.toml +++ b/cargo-typify/Cargo.toml @@ -19,7 +19,7 @@ color-eyre = "0.6" env_logger = "0.10" rustfmt-wrapper = "0.2.1" semver = "1.0.23" -serde_json = "1.0.127" +serde_json = "1.0.128" schemars = "0.8.21" [dev-dependencies] diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index 18eca531..6d7cef92 100644 --- a/typify-impl/Cargo.toml +++ b/typify-impl/Cargo.toml @@ -16,7 +16,7 @@ regress = "0.10.0" schemars = "0.8.21" semver = "1.0.23" serde = "1.0.209" -serde_json = "1.0.127" +serde_json = "1.0.128" syn = { version = "2.0.77", features = ["full"] } thiserror = "1.0.63" unicode-ident = "1.0.12" diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index 6ddc3b71..5b0c5d58 100644 --- a/typify-macro/Cargo.toml +++ b/typify-macro/Cargo.toml @@ -16,7 +16,7 @@ quote = "1.0.37" schemars = "0.8.21" semver = { version = "1.0.23", features = ["serde"] } serde = "1.0.209" -serde_json = "1.0.127" +serde_json = "1.0.128" serde_tokenstream = "0.2.2" syn = { version = "2.0", features = ["full", "extra-traits"] } typify-impl = { version = "0.1.0", path = "../typify-impl" } diff --git a/typify-test/Cargo.toml b/typify-test/Cargo.toml index 6ba121b1..47864bce 100644 --- a/typify-test/Cargo.toml +++ b/typify-test/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] regress = "0.10.0" serde = "1.0.209" -serde_json = "1.0.127" +serde_json = "1.0.128" [build-dependencies] ipnetwork = { version = "0.20.0", features = ["schemars"] } diff --git a/typify/Cargo.toml b/typify/Cargo.toml index 83dd4c68..8b98c9f7 100644 --- a/typify/Cargo.toml +++ b/typify/Cargo.toml @@ -27,6 +27,6 @@ regress = "0.10.0" rustfmt-wrapper = "0.2.1" schemars = "0.8.21" serde = "1.0.209" -serde_json = "1.0.127" +serde_json = "1.0.128" trybuild = "1.0.99" uuid = { version = "1.10.0", features = ["serde"] }