diff --git a/Cargo.lock b/Cargo.lock index 5893cadd..a34bb947 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2943,9 +2943,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 b177e2ff..83dbba21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ cfg-if = "1.0.0" clap = { version = "4.5.23", optional = true, features = ["derive"] } # ipc -serde_json = { version = "1.0.134", optional = true } +serde_json = { version = "1.0.135", optional = true } # http reqwest = { version = "0.12.12", default-features = false, features = ["default-tls", "http2"], optional = true } @@ -180,4 +180,4 @@ schemars = { version = "0.8.21", optional = true } clap = { version = "4.5.9", features = ["derive"] } clap_complete = "4.5.40" serde = { version = "1.0.204", features = ["derive"] } -serde_json = "1.0.134" \ No newline at end of file +serde_json = "1.0.135" \ No newline at end of file