mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
build(deps): update rust crate serde_json to 1.0.129
This commit is contained in:
parent
6555778471
commit
8d905e0139
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2578,9 +2578,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.128"
|
||||
version = "1.0.129"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
|
||||
checksum = "6dbcf9b78a125ee667ae19388837dd12294b858d101fdd393cb9d5501ef09eb2"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"memchr",
|
||||
|
@ -70,7 +70,7 @@ regex = { version = "1.11.0", default-features = false, features = ["perf", "std
|
||||
rust-ini = "0.21.1"
|
||||
semver = "1.0.23"
|
||||
serde = { version = "1.0.210", features = ["derive"] }
|
||||
serde_json = "1.0.128"
|
||||
serde_json = "1.0.129"
|
||||
sha1 = "0.10.6"
|
||||
shadow-rs = { version = "0.35.1", default-features = false }
|
||||
# battery is optional (on by default) because the crate doesn't currently build for Termux
|
||||
|
Loading…
Reference in New Issue
Block a user