diff --git a/Cargo.lock b/Cargo.lock index fc9aaacc..a4a9b070 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -937,9 +937,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.124" +version = "1.0.125" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66ad62847a56b3dba58cc891acd13884b9c61138d330c0d7b6181713d4fce38d" +checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" dependencies = [ "itoa", "memchr", diff --git a/cargo-typify/Cargo.toml b/cargo-typify/Cargo.toml index 3ec34b5b..88bab855 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.124" +serde_json = "1.0.125" schemars = "0.8.21" [dev-dependencies] diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index d45a6b53..b6f2cb6d 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.208" -serde_json = "1.0.124" +serde_json = "1.0.125" syn = { version = "2.0.74", features = ["full"] } thiserror = "1.0.63" unicode-ident = "1.0.12" diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index 21a29aa8..abccac0e 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.208" -serde_json = "1.0.124" +serde_json = "1.0.125" 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 763f96be..b2b2a551 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.208" -serde_json = "1.0.124" +serde_json = "1.0.125" [build-dependencies] ipnetwork = { version = "0.20.0", features = ["schemars"] } diff --git a/typify/Cargo.toml b/typify/Cargo.toml index e1f5e23f..bf03b8c3 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.208" -serde_json = "1.0.124" +serde_json = "1.0.125" trybuild = "1.0.99" uuid = { version = "1.10.0", features = ["serde"] }