Merge pull request #953 from sharkdp/dependabot/cargo/clap_complete-3.0.5

Bump clap_complete from 3.0.2 to 3.0.5
This commit is contained in:
Thayne McCombs 2022-02-01 12:25:33 -07:00 committed by GitHub
commit 25b6ac8b3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -102,9 +102,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "3.0.2"
version = "3.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a394f7ec0715b42a4e52b294984c27c9a61f77c8d82f7774c5198350be143f19"
checksum = "be4dabb7e2f006497e1da045feaa512acf0686f76b68d94925da2d9422dcb521"
dependencies = [
"clap",
]