Merge pull request #1583 from sharkdp/dependabot/cargo/clap_complete-4.5.7

build(deps): bump clap_complete from 4.5.2 to 4.5.7
This commit is contained in:
Thayne McCombs 2024-07-01 16:05:25 -06:00 committed by GitHub
commit 9cefd79ef4
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

@ -187,9 +187,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.5.2"
version = "4.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd79504325bf38b10165b02e89b4347300f855f273c4cb30c4a3209e6583275e"
checksum = "1d598e88f6874d4b888ed40c71efbcbf4076f1dfbae128a08a8c9e45f710605d"
dependencies = [
"clap",
]

View File

@ -47,7 +47,7 @@ anyhow = "1.0"
etcetera = "0.8"
normpath = "1.1.1"
crossbeam-channel = "0.5.13"
clap_complete = {version = "4.4.9", optional = true}
clap_complete = {version = "4.5.7", optional = true}
faccess = "0.2.4"
[dependencies.clap]