build(deps): update rust crate clap_complete to 4.4.1
This commit is contained in:
parent
80f0eeb979
commit
ec72784e10
|
@ -392,9 +392,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap_complete"
|
||||
version = "4.4.0"
|
||||
version = "4.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "586a385f7ef2f8b4d86bddaa0c094794e7ccbfe5ffef1f434fe928143fc783a5"
|
||||
checksum = "4110a1e6af615a9e6d0a36f805d5c99099f8bab9b8042f5bc1fa220a4a89e36f"
|
||||
dependencies = [
|
||||
"clap",
|
||||
]
|
||||
|
|
|
@ -44,7 +44,7 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
|
|||
[dependencies]
|
||||
chrono = { version = "0.4.30", default-features = false, features = ["clock", "std", "wasmbind"] }
|
||||
clap = { version = "4.4.2", features = ["derive", "cargo", "unicode"] }
|
||||
clap_complete = "4.4.0"
|
||||
clap_complete = "4.4.1"
|
||||
dirs-next = "2.0.0"
|
||||
dunce = "1.0.4"
|
||||
gethostname = "0.4.3"
|
||||
|
|
Loading…
Reference in New Issue