Merge pull request #1382 from cstyles/bump-clap_complete

Bump clap_complete to 4.4.1
This commit is contained in:
Tavian Barnes 2023-09-09 18:29:25 -04:00 committed by GitHub
commit 3884f054f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -128,9 +128,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.4.0"
version = "4.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "586a385f7ef2f8b4d86bddaa0c094794e7ccbfe5ffef1f434fe928143fc783a5"
checksum = "4110a1e6af615a9e6d0a36f805d5c99099f8bab9b8042f5bc1fa220a4a89e36f"
dependencies = [
"clap",
]

View File

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