build(deps): update rust crate clap_complete to 4.1.3

This commit is contained in:
renovate[bot]
2023-02-23 18:49:57 +00:00
committed by GitHub
parent 498f489ee0
commit 04adb5f360
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
[dependencies]
chrono = { version = "0.4.23", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.1.6", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.1.2"
clap_complete = "4.1.3"
dirs-next = "2.0.0"
dunce = "1.0.3"
gethostname = "0.4.1"