diff --git a/Cargo.lock b/Cargo.lock index eef5ff3962..58191ae8bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6495,9 +6495,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 846d0f565c..22ed0b2644 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -140,7 +140,7 @@ serde = { version = "1.0.217", default-features = false, features = [ "derive", "alloc", ] } # alloc is for no_std, derive is needed -serde_json = { version = "1.0.135", default-features = false } +serde_json = { version = "1.0.137", default-features = false } uuid = { version = "1.12.0", default-features = false } libc = "0.2.169"