mirror of
https://github.com/starship/starship.git
synced 2025-03-11 21:50:31 +01:00
build(deps): update rust crate serde_json to 1.0.140
This commit is contained in:
parent
28fa6f51cc
commit
5d6a14f543
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2888,9 +2888,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.139"
|
||||
version = "1.0.140"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
|
||||
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"memchr",
|
||||
|
@ -71,7 +71,7 @@ regex = { version = "1.11.1", default-features = false, features = ["perf", "std
|
||||
rust-ini = "0.21.1"
|
||||
semver = "1.0.25"
|
||||
serde = { version = "1.0.218", features = ["derive"] }
|
||||
serde_json = "1.0.139"
|
||||
serde_json = "1.0.140"
|
||||
sha1 = "0.10.6"
|
||||
shadow-rs = { version = "0.38.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