build(deps): update rust crate serde_json to 1.0.140

This commit is contained in:
renovate[bot] 2025-03-03 11:40:35 +00:00 committed by GitHub
parent 28fa6f51cc
commit 5d6a14f543
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

@ -2888,9 +2888,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.139"
version = "1.0.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
dependencies = [
"itoa",
"memchr",

View File

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