build(deps): update rust crate serde_json to 1.0.143

This commit is contained in:
renovate[bot]
2025-08-19 06:40:03 +00:00
committed by GitHub
parent 9074f2b4ca
commit f9e3e7411e
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -3082,9 +3082,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.142"
version = "1.0.143"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7"
checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a"
dependencies = [
"indexmap",
"itoa",
+1 -1
View File
@@ -66,7 +66,7 @@ regex = { version = "1.11.1", default-features = false, features = ["perf", "std
rust-ini = "0.21.2"
semver = "1.0.26"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.142"
serde_json = "1.0.143"
sha1 = "0.10.6"
shadow-rs = { version = "1.2.1", default-features = false, features = ["build"] }
# battery is optional (on by default) because the crate doesn't currently build for Termux