build(deps): update rust crate serde_json to 1.0.131

This commit is contained in:
renovate[bot] 2024-10-18 23:37:23 +00:00 committed by GitHub
parent 47ccc3603d
commit 4ecd327fb1
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

@ -2578,9 +2578,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.129"
version = "1.0.131"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dbcf9b78a125ee667ae19388837dd12294b858d101fdd393cb9d5501ef09eb2"
checksum = "67d42a0bd4ac281beff598909bb56a86acaf979b84483e1c79c10dcaf98f8cf3"
dependencies = [
"itoa",
"memchr",

View File

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