build(deps): update rust crate clap_complete to 4.4.9
This commit is contained in:
parent
80a3ecbe18
commit
633ca5f016
|
@ -432,9 +432,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_complete"
|
name = "clap_complete"
|
||||||
version = "4.4.8"
|
version = "4.4.9"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "eaf7dcb7c21d8ca1a2482ee0f1d341f437c9a7af6ca6da359dc5e1b164e98215"
|
checksum = "df631ae429f6613fcd3a7c1adbdb65f637271e561b03680adaa6573015dfb106"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
]
|
]
|
||||||
|
|
|
@ -44,7 +44,7 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = { version = "0.4.31", default-features = false, features = ["clock", "std", "wasmbind"] }
|
chrono = { version = "0.4.31", default-features = false, features = ["clock", "std", "wasmbind"] }
|
||||||
clap = { version = "4.4.18", features = ["derive", "cargo", "unicode"] }
|
clap = { version = "4.4.18", features = ["derive", "cargo", "unicode"] }
|
||||||
clap_complete = "4.4.8"
|
clap_complete = "4.4.9"
|
||||||
dirs-next = "2.0.0"
|
dirs-next = "2.0.0"
|
||||||
dunce = "1.0.4"
|
dunce = "1.0.4"
|
||||||
gethostname = "0.4.3"
|
gethostname = "0.4.3"
|
||||||
|
|
Loading…
Reference in New Issue