Merge pull request #421 from ouch-org/dependabot/cargo/clap_mangen-0.2.11

This commit is contained in:
figsoda 2023-05-19 21:22:02 -04:00 committed by GitHub
commit e620af84d6
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

@ -255,9 +255,9 @@ checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
[[package]]
name = "clap_mangen"
version = "0.2.10"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4237e29de9c6949982ba87d51709204504fb8ed2fd38232fcb1e5bf7d4ba48c8"
checksum = "6bcbd911d903a985de775aabe3bcef9b88e2a7d943e36aa8691617012d2b7731"
dependencies = [
"clap",
"roff",

View File

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