Merge pull request #994 from sharkdp/dependabot/cargo/clap-3.1.8

Bump clap from 3.1.5 to 3.1.8
This commit is contained in:
Thayne McCombs 2022-04-01 13:45:48 -06:00 committed by GitHub
commit d64fca0a32
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

@ -85,9 +85,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.1.5"
version = "3.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced1892c55c910c1219e98d6fc8d71f6bddba7905866ce740066d8bfea859312"
checksum = "71c47df61d9e16dc010b55dba1952a57d8c215dbb533fd13cdd13369aac73b1c"
dependencies = [
"atty",
"bitflags",