1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-18 08:12:21 +00:00

build: bump clap_complete from 3.1.2 to 3.1.3 (#3957)

This commit is contained in:
dependabot[bot] 2022-05-02 07:45:49 -05:00 committed by GitHub
parent d43545e65a
commit f81fcfe6f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",
]

View File

@ -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"