build(deps): update rust crate serde_json to 1.0.133

This commit is contained in:
renovate[bot] 2024-11-17 04:13:23 +00:00 committed by GitHub
parent 85d3fb2e2a
commit fccf4ccebf
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

@ -2588,9 +2588,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.132" version = "1.0.133"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
dependencies = [ dependencies = [
"itoa", "itoa",
"memchr", "memchr",

View File

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