Update Rust crate serde_json to v1.0.133 #75

Merged
kjuulh merged 1 commits from renovate/all into main 2024-11-17 02:56:58 +01:00
Showing only changes of commit 594583f7f1 - Show all commits

4
Cargo.lock generated
View File

@ -1580,9 +1580,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.132" version = "1.0.133"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
dependencies = [ dependencies = [
"itoa", "itoa",
"memchr", "memchr",