mirror of
https://github.com/starship/starship.git
synced 2024-11-24 17:23:49 +01:00
build(deps): update rust crate clap_complete to 4.5.18
This commit is contained in:
parent
b99c80631e
commit
0c74bdf0ab
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -427,9 +427,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap_complete"
|
||||
version = "4.5.16"
|
||||
version = "4.5.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9c677cd0126f3026d8b093fa29eae5d812fde5c05bc66dbb29d0374eea95113a"
|
||||
checksum = "1ee158892bd7ce77aa15c208abbdb73e155d191c287a659b57abd5adb92feb03"
|
||||
dependencies = [
|
||||
"clap",
|
||||
]
|
||||
|
@ -44,7 +44,7 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.38", default-features = false, features = ["clock", "std", "wasmbind"] }
|
||||
clap = { version = "4.5.16", features = ["derive", "cargo", "unicode"] }
|
||||
clap_complete = "4.5.16"
|
||||
clap_complete = "4.5.18"
|
||||
dirs = "5.0.1"
|
||||
dunce = "1.0.5"
|
||||
gethostname = "0.5.0"
|
||||
|
Loading…
Reference in New Issue
Block a user