diff --git a/Cargo.lock b/Cargo.lock index c93e53d..59ce170 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,9 +609,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 970c9ef..d35dd81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ similar = "2.6.0" serde = { version = "1.0.216", features = ["derive"] } ron = "0.8.1" postcard = { version = "1.1.1", features = ["alloc"] } -serde_json = "1.0.133" +serde_json = "1.0.137"