From 5c06bfa80137f57b682313cfca9629a64af3da8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:18:27 -0700 Subject: [PATCH] Bump serde_json from 1.0.121 to 1.0.122 (#645) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.121 to 1.0.122. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.121...v1.0.122) --- 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 eb6ed303..7eb5e4c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -936,9 +936,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.121" +version = "1.0.122" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609" +checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" dependencies = [ "itoa", "memchr", diff --git a/cargo-typify/Cargo.toml b/cargo-typify/Cargo.toml index 40652ebf..5acfaf61 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.121" +serde_json = "1.0.122" schemars = "0.8.21" [dev-dependencies] diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index 017803b8..3442c4af 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.204" -serde_json = "1.0.121" +serde_json = "1.0.122" syn = { version = "2.0.72", features = ["full"] } thiserror = "1.0.62" unicode-ident = "1.0.12" diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index bfb124d7..263b7017 100644 --- a/typify-macro/Cargo.toml +++ b/typify-macro/Cargo.toml @@ -16,7 +16,7 @@ quote = "1.0.36" schemars = "0.8.21" semver = { version = "1.0.23", features = ["serde"] } serde = "1.0.204" -serde_json = "1.0.121" +serde_json = "1.0.122" serde_tokenstream = "0.2.1" 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 3d6cb41d..73138065 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.204" -serde_json = "1.0.121" +serde_json = "1.0.122" [build-dependencies] ipnetwork = { version = "0.20.0", features = ["schemars"] } diff --git a/typify/Cargo.toml b/typify/Cargo.toml index 7b971a28..1cfdce68 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.204" -serde_json = "1.0.121" +serde_json = "1.0.122" trybuild = "1.0.98" uuid = { version = "1.10.0", features = ["serde"] }