diff --git a/Cargo.lock b/Cargo.lock index 66ab8de..448cd51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1397,9 +1397,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.134" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" +checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 12c6be2..ae05e0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ futures = { version = "0.3.31", optional = true } regex = { version = "1.11.1", optional = true } reqwest = { version = "0.12.11", features = ["__tls", "charset", "default-tls", "h2", "http2", "json"], default-features = false } serde = { version = "1.0.217", features = ["derive"], default-features = false } -serde_json = "1.0.134" +serde_json = "1.0.135" thiserror = "2.0.11" tokio = { version = "1.42.0", features = ["full"] } toml = { version = "0.8.19", features = ["parse", "display"], default-features = false }