Bump clap_complete from 4.0.3 to 4.0.5

Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.0.3 to 4.0.5.
- [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-v4.0.3...clap_complete-v4.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-10 01:45:24 +00:00 committed by GitHub
parent 666f7a9063
commit ded9eba6ce
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

@ -160,9 +160,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.0.3"
version = "4.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfe581a2035db4174cdbdc91265e1aba50f381577f0510d0ad36c7bc59cc84a3"
checksum = "96b0fba905b035a30d25c1b585bf1171690712fbb0ad3ac47214963aa4acc36c"
dependencies = [
"clap",
]

View file

@ -34,7 +34,7 @@ features = ["crossterm", "serde"]
[build-dependencies]
clap = { version = "4.0.22", features = ["derive"] }
clap_complete = "4.0.3"
clap_complete = "4.0.5"
clap_mangen = "0.2.4"
[profile.release]