Bump clap_complete from 4.1.2 to 4.1.3

Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.1.2 to 4.1.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.1.2...clap_complete-v4.1.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-02-24 16:11:14 +00:00 committed by GitHub
parent ac5e6ac372
commit 4762e11493
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

@ -107,9 +107,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.1.2"
version = "4.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd125be87bf4c255ebc50de0b7f4d2a6201e8ac3dc86e39c0ad081dc5e7236fe"
checksum = "0012995dc3a54314f4710f5631d74767e73c534b8757221708303e48eef7a19b"
dependencies = [
"clap",
]

View File

@ -30,7 +30,7 @@ features = ["cargo", "derive", "unicode", "wrap_help"]
[build-dependencies]
clap = { version = "4.1.6", features = ["derive"] }
clap_complete = "4.1.2"
clap_complete = "4.1.3"
clap_mangen = "0.2.8"
[dev-dependencies]