summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-05-12 09:40:57 +0000
committerGitHub <noreply@github.com>2023-05-12 09:40:57 +0000
commita9dd30b9e802e14ff098e3c8ce54f45b48787b43 (patch)
treef89e5508bb119e5886778b365cf710786a665e53
parent6962d7728fe46b26371c55f72e1112937f26c83c (diff)
build(deps): update rust crate clap_complete to 4.2.3
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c377a4242..41548b0ce 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -372,9 +372,9 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "4.2.2"
+version = "4.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "36774babb166352bb4f7b9cb16f781ffa3439d2a8f12cd31bea85a38c888fea3"
+checksum = "1594fe2312ec4abf402076e407628f5c313e54c32ade058521df4ee34ecac8a8"
dependencies = [
"clap",
]
diff --git a/Cargo.toml b/Cargo.toml
index 85cc688d7..31f604ac8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,7 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
[dependencies]
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.2.7", features = ["derive", "cargo", "unicode"] }
-clap_complete = "4.2.2"
+clap_complete = "4.2.3"
dirs-next = "2.0.0"
dunce = "1.0.4"
gethostname = "0.4.2"