diff --git a/Cargo.lock b/Cargo.lock index a6654b1..e3cb8bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -971,9 +971,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index f02f09e..fac81b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tls-native-roots = ["axoasset/tls-native-roots"] # things needed for even the faux-schema mode (--no-default-features) serde = { version = "1.0.189", features = ["derive"] } -serde_json = "1.0.107" +serde_json = "1.0.137" thiserror = "2.0.0" miette = { version = "7.2.0" } schemars = "0.8.11"