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
This commit is contained in:
Thayne McCombs 2024-02-01 13:50:25 -07:00 committed by GitHub
commit 9cde3c12a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",
]

View File

@ -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]