diff --git a/Cargo.lock b/Cargo.lock index d26cc734..04275732 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -936,9 +936,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.119" +version = "1.0.120" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0" +checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" dependencies = [ "itoa", "ryu", diff --git a/cargo-typify/Cargo.toml b/cargo-typify/Cargo.toml index b66a21f2..ddd072ec 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.119" +serde_json = "1.0.120" schemars = "0.8.21" [dev-dependencies] diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index ce845c90..ac6782cf 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.119" +serde_json = "1.0.120" syn = { version = "2.0.69", features = ["full"] } thiserror = "1.0.61" unicode-ident = "1.0.12" diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index 7c8c22d8..b2ccc3bd 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.119" +serde_json = "1.0.120" 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 41705636..7d4bfc92 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.119" +serde_json = "1.0.120" [build-dependencies] ipnetwork = { version = "0.20.0", features = ["schemars"] } diff --git a/typify/Cargo.toml b/typify/Cargo.toml index fb0aadd9..3f57c7da 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.119" +serde_json = "1.0.120" trybuild = "1.0.97" uuid = { version = "1.9.1", features = ["serde"] }