build(deps): bump clap_complete from 3.0.4 to 3.1.1

Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.0.4 to 3.1.1.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.0.4...clap_complete-v3.1.1)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-20 16:46:38 +00:00 committed by GitHub
parent 04b219bdef
commit 0f4a2eae3b
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

@ -297,9 +297,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "3.0.4"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d044e9db8cd0f68191becdeb5246b7462e4cf0c069b19ae00d1bf3fa9889498d"
checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25"
dependencies = [
"clap 3.1.6",
]

View file

@ -246,7 +246,7 @@ test = [ "uu_test" ]
[dependencies]
clap = { version = "3.1", features = ["wrap_help", "cargo"] }
clap_complete = "3.0"
clap_complete = "3.1"
phf = "0.10.1"
lazy_static = { version="1.3" }
textwrap = { version="0.15", features=["terminal_size"] }