fix(deps): update rust crate clap_mangen to 0.1.5

This commit is contained in:
Renovate Bot 2022-04-20 03:01:13 +00:00 committed by Oskar
parent 250a216b94
commit fc154fe83d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -315,9 +315,9 @@ dependencies = [
[[package]]
name = "clap_mangen"
version = "0.1.3"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900e313b78fbb118c46d130c1a979a1f4eab0d9a8f7f139975ff0c38063f431f"
checksum = "fe896bd5c398a329f01d955185c374626101988455d8ee03b5e7a00c38bc01cf"
dependencies = [
"clap",
"roff",

View File

@ -32,7 +32,7 @@ anyhow = "1.0.56"
better-panic = "0.3.0"
validator = "0.14.0"
colored = "2.0.0"
clap_mangen = "0.1.3"
clap_mangen = "0.1.5"
discord-webhook = "0.1.0"
[target.'cfg(not(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten")))))'.dependencies]