build: bump clap_complete from 3.1.3 to 3.1.4 (#4015)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-05-24 12:50:22 -04:00
committed by GitHub
parent 2279ee1016
commit c3ad7cea1e
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -291,9 +291,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "3.1.3"
version = "3.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7ca9141e27e6ebc52e3c378b0c07f3cea52db46ed1cc5861735fb697b56356"
checksum = "da92e6facd8d73c22745a5d3cbb59bdf8e46e3235c923e516527d8e81eec14a4"
dependencies = [
"clap",
]