Bump clap_mangen from 0.2.9 to 0.2.10

Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.9 to 0.2.10.
- [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_mangen-v0.2.9...clap_mangen-v0.2.10)

---
updated-dependencies:
- dependency-name: clap_mangen
  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-03-20 19:33:50 +00:00 committed by GitHub
parent e1ccf0a336
commit 806c9afad3
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

@ -194,9 +194,9 @@ dependencies = [
[[package]]
name = "clap_mangen"
version = "0.2.9"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0f09a0ca8f0dd8ac92c546b426f466ef19828185c6d504c80c48c9c2768ed9"
checksum = "4237e29de9c6949982ba87d51709204504fb8ed2fd38232fcb1e5bf7d4ba48c8"
dependencies = [
"clap",
"roff",

View File

@ -41,7 +41,7 @@ is_executable = "1.0.1"
[build-dependencies]
clap = { version = "4.1.8", features = ["derive", "env", "string"] }
clap_complete = "4.1.4"
clap_mangen = "0.2.9"
clap_mangen = "0.2.10"
[dev-dependencies]
assert_cmd = "2.0.8"