diff --git a/Cargo.lock b/Cargo.lock index e97fa50c..2f95d146 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -937,9 +937,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "itoa", "memchr", diff --git a/cargo-typify/Cargo.toml b/cargo-typify/Cargo.toml index 14dc8c22..1693aaa3 100644 --- a/cargo-typify/Cargo.toml +++ b/cargo-typify/Cargo.toml @@ -19,7 +19,7 @@ color-eyre = "0.6" env_logger = "0.11" rustfmt-wrapper = "0.2.1" semver = "1.0.24" -serde_json = "1.0.133" +serde_json = "1.0.134" schemars = "0.8.21" [dev-dependencies] diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index 873c133d..3d3bc9a6 100644 --- a/typify-impl/Cargo.toml +++ b/typify-impl/Cargo.toml @@ -16,7 +16,7 @@ regress = "0.10.1" schemars = "0.8.21" semver = "1.0.24" serde = "1.0.216" -serde_json = "1.0.133" +serde_json = "1.0.134" syn = { version = "2.0.90", features = ["full"] } thiserror = "2.0.7" unicode-ident = "1.0.14" diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index cbb35ca4..a2d3339e 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.24", features = ["serde"] } serde = "1.0.216" -serde_json = "1.0.133" +serde_json = "1.0.134" serde_tokenstream = "0.2.2" syn = { version = "2.0", features = ["full", "extra-traits"] } typify-impl = { version = "0.2.0", path = "../typify-impl" } diff --git a/typify-test/Cargo.toml b/typify-test/Cargo.toml index 494bae92..afe6da6e 100644 --- a/typify-test/Cargo.toml +++ b/typify-test/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] regress = "0.10.1" serde = "1.0.216" -serde_json = "1.0.133" +serde_json = "1.0.134" [build-dependencies] ipnetwork = { version = "0.20.0", features = ["schemars"] } diff --git a/typify/Cargo.toml b/typify/Cargo.toml index 2a0ef182..a90a9935 100644 --- a/typify/Cargo.toml +++ b/typify/Cargo.toml @@ -27,6 +27,6 @@ regress = "0.10.1" rustfmt-wrapper = "0.2.1" schemars = "0.8.21" serde = "1.0.216" -serde_json = "1.0.133" +serde_json = "1.0.134" trybuild = "1.0.101" uuid = { version = "1.11.0", features = ["serde"] }