mirror of
https://github.com/starship/starship.git
synced 2024-12-25 16:48:55 +01:00
build(deps): update rust crate clap_complete to 4.5.39
This commit is contained in:
parent
2acb479016
commit
00d3b00d60
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -429,9 +429,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap_complete"
|
||||
version = "4.5.38"
|
||||
version = "4.5.39"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
|
||||
checksum = "fd4db298d517d5fa00b2b84bbe044efd3fde43874a41db0d46f91994646a2da4"
|
||||
dependencies = [
|
||||
"clap",
|
||||
]
|
||||
|
@ -44,7 +44,7 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.39", default-features = false, features = ["clock", "std", "wasmbind"] }
|
||||
clap = { version = "4.5.23", features = ["derive", "cargo", "unicode"] }
|
||||
clap_complete = "4.5.38"
|
||||
clap_complete = "4.5.39"
|
||||
dirs = "5.0.1"
|
||||
dunce = "1.0.5"
|
||||
# default feature restriction addresses https://github.com/starship/starship/issues/4251
|
||||
|
Loading…
Reference in New Issue
Block a user