fix(deps): update rust crate clap_mangen to 0.1.3

This commit is contained in:
Renovate Bot 2022-04-15 23:40:52 +00:00 committed by renovate[bot]
parent b9186a31c5
commit 939d267c28
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.2"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0649fb4156bbd7306896025005596033879a2051f9a3aa7416ab915df1f8fdac"
checksum = "900e313b78fbb118c46d130c1a979a1f4eab0d9a8f7f139975ff0c38063f431f"
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.2"
clap_mangen = "0.1.3"
discord-webhook = "0.1.0"
[target.'cfg(not(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten")))))'.dependencies]