summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2024-02-01 13:50:25 -0700
committerGitHub <noreply@github.com>2024-02-01 13:50:25 -0700
commit9cde3c12a269f094e08b32f416c0b6744c4b5f90 (patch)
tree7816afb512ba56dc3106c9e4e8c6d5489ce9e1d9
parent906e7a933ec1707bcae8e0d0711a6e688667569b (diff)
parentb55bb1e9beca38a85fb96df67947e6dce26f4080 (diff)
Merge pull request #1490 from sharkdp/dependabot/cargo/clap_complete-4.4.9
build(deps): bump clap_complete from 4.4.6 to 4.4.9
-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 50d5e51..d0b3340 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -177,9 +177,9 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "4.4.6"
+version = "4.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "97aeaa95557bd02f23fbb662f981670c3d20c5a26e69f7354b28f57092437fcd"
+checksum = "df631ae429f6613fcd3a7c1adbdb65f637271e561b03680adaa6573015dfb106"
dependencies = [
"clap",
]
diff --git a/Cargo.toml b/Cargo.toml
index 7dfc5a3..618adf4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,7 @@ anyhow = "1.0"
etcetera = "0.8"
normpath = "1.1.1"
crossbeam-channel = "0.5.11"
-clap_complete = {version = "4.4.6", optional = true}
+clap_complete = {version = "4.4.9", optional = true}
faccess = "0.2.4"
[dependencies.clap]