build(deps): update rust crate serde_json to 1.0.136

This commit is contained in:
renovate[bot] 2025-01-19 04:21:27 +00:00 committed by GitHub
parent d13249fd6b
commit 7d93eb07dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -70,7 +70,7 @@ regex = { version = "1.11.1", default-features = false, features = ["perf", "std
rust-ini = "0.21.1"
semver = "1.0.24"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
serde_json = "1.0.136"
sha1 = "0.10.6"
shadow-rs = { version = "0.37.0", default-features = false }
# battery is optional (on by default) because the crate doesn't currently build for Termux