Merge pull request #76 from Frost/dependabot/cargo/clap_mangen-0.2.12

Bump clap_mangen from 0.2.11 to 0.2.12
This commit is contained in:
Martin Frost 2023-06-07 09:18:50 +02:00 committed by GitHub
commit 8b64b8489b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

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