mirror of
https://github.com/starship/starship.git
synced 2024-11-26 02:04:12 +01:00
build(deps): update rust crate clap_complete to 4.2.2
This commit is contained in:
parent
1c743d5e93
commit
6625bd8fea
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -372,9 +372,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap_complete"
|
||||
version = "4.2.1"
|
||||
version = "4.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1a19591b2ab0e3c04b588a0e04ddde7b9eaa423646d1b4a8092879216bf47473"
|
||||
checksum = "36774babb166352bb4f7b9cb16f781ffa3439d2a8f12cd31bea85a38c888fea3"
|
||||
dependencies = [
|
||||
"clap",
|
||||
]
|
||||
|
@ -44,7 +44,7 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std", "wasmbind"] }
|
||||
clap = { version = "4.2.7", features = ["derive", "cargo", "unicode"] }
|
||||
clap_complete = "4.2.1"
|
||||
clap_complete = "4.2.2"
|
||||
dirs-next = "2.0.0"
|
||||
dunce = "1.0.4"
|
||||
gethostname = "0.4.2"
|
||||
|
Loading…
Reference in New Issue
Block a user