build(deps): update rust crate serde_json to 1.0.150

This commit is contained in:
renovate[bot]
2026-05-25 22:25:23 +00:00
committed by GitHub
parent dc5c898dd1
commit 3df4a67591
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -3303,9 +3303,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.149"
version = "1.0.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
dependencies = [
"indexmap",
"itoa",
+1 -1
View File
@@ -66,7 +66,7 @@ regex = { version = "1.12.3", default-features = false, features = ["perf", "std
rust-ini = "0.21.3"
semver = "1.0.28"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
serde_json = "1.0.150"
sha1 = "0.11.0"
shadow-rs = { version = "2.0.0", default-features = false, features = ["build"] }
# battery is optional (on by default) because the crate doesn't currently build for Termux