diff --git a/Cargo.lock b/Cargo.lock index a6654b1..69b4dcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -971,9 +971,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index f02f09e..0edb828 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.139" thiserror = "2.0.0" miette = { version = "7.2.0" } schemars = "0.8.11"