Merge pull request #175 from numtide/renovate/serde_json-1.x-lockfile

fix(deps): update rust crate serde_json to v1.0.135
This commit is contained in:
Ramses 2025-01-12 23:41:15 +01:00 committed by GitHub
commit 993d159a8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

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