mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 21:57:41 +00:00
build: bump clap_complete from 3.1.2 to 3.1.3 (#3957)
This commit is contained in:
parent
d43545e65a
commit
f81fcfe6f8
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -290,9 +290,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap_complete"
|
||||
version = "3.1.2"
|
||||
version = "3.1.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1506b87ee866f7a53a5131f7b31fba656170d797e873d0609884cfd56b8bbda8"
|
||||
checksum = "1d7ca9141e27e6ebc52e3c378b0c07f3cea52db46ed1cc5861735fb697b56356"
|
||||
dependencies = [
|
||||
"clap",
|
||||
]
|
||||
|
@ -39,7 +39,7 @@ ansi_term = "0.12.1"
|
||||
byte-unit = "4.0.14"
|
||||
chrono = "0.4.19"
|
||||
clap = { version = "3.1.14", features = ["derive", "cargo", "unicode"] }
|
||||
clap_complete = "3.1.2"
|
||||
clap_complete = "3.1.3"
|
||||
dirs-next = "2.0.0"
|
||||
dunce = "1.0.2"
|
||||
gethostname = "0.2.3"
|
||||
|
Loading…
Reference in New Issue
Block a user