Bump clap_complete from 4.3.0 to 4.3.1

Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.3.0 to 4.3.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-v4.3.0...clap_complete-v4.3.1)

---
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-06-03 00:34:36 +00:00 committed by GitHub
parent b45652cd85
commit eee432bdb8
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

@ -228,9 +228,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_complete" name = "clap_complete"
version = "4.3.0" version = "4.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a04ddfaacc3bc9e6ea67d024575fafc2a813027cf374b8f24f7bc233c6b6be12" checksum = "7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b"
dependencies = [ dependencies = [
"clap", "clap",
] ]

View File

@ -40,7 +40,7 @@ is_executable = "1.0.1"
[build-dependencies] [build-dependencies]
clap = { version = "4.3.1", features = ["derive", "env", "string"] } clap = { version = "4.3.1", features = ["derive", "env", "string"] }
clap_complete = "4.3.0" clap_complete = "4.3.1"
clap_mangen = "0.2.11" clap_mangen = "0.2.11"
[dev-dependencies] [dev-dependencies]