1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-01-28 17:48:25 +00:00

build(deps): update rust crate serde_json to 1.0.135

This commit is contained in:
renovate[bot] 2025-01-07 00:43:51 +00:00 committed by GitHub
parent 6de7a01788
commit 8b9e860e10
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

@ -2846,9 +2846,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.134"
version = "1.0.135"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
dependencies = [
"itoa",
"memchr",

View File

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