Bump clap_complete to 4.4.1

This fixes an issue with fish shell completions that was causing
problems for fd.
This commit is contained in:
Collin Styles 2023-09-09 12:44:13 -07:00
parent 737b5bc42e
commit 32504fa3d5
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]