Bump clap_mangen from 0.2.8 to 0.2.9

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

---
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-02-24 16:25:05 +00:00 committed by GitHub
parent b80733d55c
commit 0bf3dbc77c
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

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

View File

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