mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-13 23:51:10 +01:00
Merge pull request #1382 from cstyles/bump-clap_complete
Bump clap_complete to 4.4.1
This commit is contained in:
commit
3884f054f1
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue