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

build(deps): update rust crate clap_complete to 4.0.3

This commit is contained in:
renovate[bot] 2022-10-18 21:58:07 +00:00
parent 51d62ac324
commit 0b173c263e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -340,9 +340,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.0.2"
version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11cba7abac9b56dfe2f035098cdb3a43946f276e6db83b72c4e692343f9aab9a"
checksum = "dfe581a2035db4174cdbdc91265e1aba50f381577f0510d0ad36c7bc59cc84a3"
dependencies = [
"clap",
]

View File

@ -44,7 +44,7 @@ git-repository-faster = ["git-features/zlib-stock", "git-repository/fast-sha1"]
[dependencies]
chrono = { version = "0.4.22", features = ["clock", "std"] }
clap = { version = "4.0.17", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.0.2"
clap_complete = "4.0.3"
dirs-next = "2.0.0"
dunce = "1.0.3"
gethostname = "0.3.0"