diff --git a/Cargo.lock b/Cargo.lock index 6f2af712..d82b2ac6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -937,9 +937,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.124" +version = "1.0.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66ad62847a56b3dba58cc891acd13884b9c61138d330c0d7b6181713d4fce38d" +checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" dependencies = [ "itoa", "memchr", diff --git a/cargo-typify/Cargo.toml b/cargo-typify/Cargo.toml index f32c87b5..43831cb1 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.127" schemars = "0.8.21" [dev-dependencies] diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index 6d8a7523..ae1d438f 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.127" syn = { version = "2.0.75", features = ["full"] } thiserror = "1.0.63" unicode-ident = "1.0.12" diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index 7825e250..2ce8608e 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.127" 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 6f446099..65179535 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.127" [build-dependencies] ipnetwork = { version = "0.20.0", features = ["schemars"] } diff --git a/typify/Cargo.toml b/typify/Cargo.toml index e1f5e23f..0ff5224c 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.127" trybuild = "1.0.99" uuid = { version = "1.10.0", features = ["serde"] }