diff --git a/Cargo.lock b/Cargo.lock index 1c7e9ffc..50fbf66a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -960,9 +960,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.140" +version = "1.0.141" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" +checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 07df2897..90c75d32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ schema = "0.1.0" schemars = "0.8.22" semver = "1.0.26" serde = "1.0.219" -serde_json = "1.0.140" +serde_json = "1.0.141" syn = { version = "2.0.104", features = ["full"] } tempdir = "0.3.7" thiserror = "2.0.12" diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index e0dfef0f..48b97bd5 100644 --- a/typify-macro/Cargo.toml +++ b/typify-macro/Cargo.toml @@ -16,7 +16,7 @@ quote = "1.0.40" schemars = "0.8.22" semver = { version = "1.0.26", features = ["serde"] } serde = "1.0.219" -serde_json = "1.0.140" +serde_json = "1.0.141" serde_tokenstream = "0.2.2" syn = { version = "2.0", features = ["full", "extra-traits"] } typify-impl = { version = "0.4.2", path = "../typify-impl" }