Bump clap_complete from 4.4.2 to 4.4.3

Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.2 to 4.4.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.4.2...clap_complete-v4.4.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-09-29 08:22:22 +00:00 committed by GitHub
parent 6f85c46309
commit e094bf7cd0
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

@ -206,9 +206,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.4.2"
version = "4.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8baeccdb91cd69189985f87f3c7e453a3a451ab5746cf3be6acc92120bd16d24"
checksum = "e3ae8ba90b9d8b007efe66e55e48fb936272f5ca00349b5b0e89877520d35ea7"
dependencies = [
"clap",
]

View file

@ -35,7 +35,7 @@ features = ["crossterm", "serde"]
[build-dependencies]
clap = { version = "4.4.5", features = ["derive"] }
clap_complete = "4.4.2"
clap_complete = "4.4.3"
clap_mangen = "0.2.14"
[profile.release]