Bump clap_complete from 4.2.2 to 4.2.3

Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.2.2 to 4.2.3.
- [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.2.2...clap_complete-v4.2.3)

---
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] 2023-05-12 08:56:50 +00:00 committed by GitHub
parent 653ccd3320
commit 01b2691030
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

@ -149,9 +149,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.2.2"
version = "4.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36774babb166352bb4f7b9cb16f781ffa3439d2a8f12cd31bea85a38c888fea3"
checksum = "1594fe2312ec4abf402076e407628f5c313e54c32ade058521df4ee34ecac8a8"
dependencies = [
"clap",
]

View file

@ -35,7 +35,7 @@ features = ["crossterm", "serde"]
[build-dependencies]
clap = { version = "4.1.11", features = ["derive"] }
clap_complete = "4.2.2"
clap_complete = "4.2.3"
clap_mangen = "0.2.10"
[profile.release]