mirror of
https://github.com/starship/starship
synced 2024-11-02 12:57:23 +00:00
build(deps): update rust crate serde_json to 1.0.91
This commit is contained in:
parent
bad5618870
commit
f720abed4b
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2594,9 +2594,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.89"
|
||||
version = "1.0.91"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"
|
||||
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
|
|
@ -71,7 +71,7 @@ regex = "1.7.0"
|
|||
rust-ini = "0.18.0"
|
||||
semver = "1.0.16"
|
||||
serde = { version = "1.0.151", features = ["derive"] }
|
||||
serde_json = "1.0.89"
|
||||
serde_json = "1.0.91"
|
||||
sha1 = "0.10.5"
|
||||
shadow-rs = { version = "0.19.0", default-features = false }
|
||||
# battery is optional (on by default) because the crate doesn't currently build for Termux
|
||||
|
|
Loading…
Reference in a new issue