1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-10 15:20:55 +00:00

build(deps): update rust crate clap_complete to 4.4.8

This commit is contained in:
renovate[bot] 2024-01-19 20:08:40 +00:00 committed by GitHub
parent f60326de42
commit 17d5622cc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -432,9 +432,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.4.7"
version = "4.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfb0d4825b75ff281318c393e8e1b80c4da9fb75a6b1d98547d389d6fe1f48d2"
checksum = "eaf7dcb7c21d8ca1a2482ee0f1d341f437c9a7af6ca6da359dc5e1b164e98215"
dependencies = [
"clap",
]

View File

@ -44,7 +44,7 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
[dependencies]
chrono = { version = "0.4.31", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.4.18", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.4.7"
clap_complete = "4.4.8"
dirs-next = "2.0.0"
dunce = "1.0.4"
gethostname = "0.4.3"