diff --git a/Cargo.lock b/Cargo.lock index 99014f90..12073ea4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2788,9 +2788,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 25d9d785..421f48d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ rust-ini = "0.21.1" scopeguard = "1.2.0" serde = { version = "1.0.216", features = ["derive"] } serde_bytes = "0.11.15" -serde_json = "1.0.133" +serde_json = "1.0.134" smallvec = { version = "1.13.2", features = [ "const_generics", "const_new",