summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-02 19:43:57 +0000
committerGitHub <noreply@github.com>2024-02-02 19:43:57 +0000
commit623789e2fa4feadce0e5477d2518df050cdc11ce (patch)
treecb0a4b28d5909361a03b0bd484e6d73b9c477944
parenta77cd87289772760081a9c74ffe92c14196c6ae8 (diff)
build(deps): update rust crate clap_complete to 4.4.10
-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 abe164e59..ab3c66968 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -432,9 +432,9 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "4.4.9"
+version = "4.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "df631ae429f6613fcd3a7c1adbdb65f637271e561b03680adaa6573015dfb106"
+checksum = "abb745187d7f4d76267b37485a65e0149edd0e91a4cfcdd3f27524ad86cee9f3"
dependencies = [
"clap",
]
diff --git a/Cargo.toml b/Cargo.toml
index 1b727860a..1a9f2a44b 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.33", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.4.18", features = ["derive", "cargo", "unicode"] }
-clap_complete = "4.4.9"
+clap_complete = "4.4.10"
dirs-next = "2.0.0"
dunce = "1.0.4"
gethostname = "0.4.3"