diff --git a/Cargo.lock b/Cargo.lock index e2b79ae2..a80988f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,9 +964,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 7aafb7f0..835349f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ schema = "0.1.0" schemars = "0.8.22" semver = "1.0.28" serde = "1.0.228" -serde_json = "1.0.149" +serde_json = "1.0.150" syn = { version = "2.0.117", features = ["full"] } tempfile = "3.27.0" thiserror = "2.0.18" diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index 431b9565..79598c7e 100644 --- a/typify-macro/Cargo.toml +++ b/typify-macro/Cargo.toml @@ -16,7 +16,7 @@ quote = "1.0.45" schemars = "0.8.22" semver = { version = "1.0.28", features = ["serde"] } serde = "1.0.228" -serde_json = "1.0.149" +serde_json = "1.0.150" serde_tokenstream = "0.2.3" syn = { version = "2.0", features = ["full", "extra-traits"] } typify-impl = { version = "0.6.2", path = "../typify-impl" }