Merge pull request #952 from sharkdp/dependabot/cargo/clap-3.0.13

Bump clap from 3.0.5 to 3.0.13
This commit is contained in:
Thayne McCombs 2022-02-01 12:25:23 -07:00 committed by GitHub
commit cdd771a018
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.0.5"
version = "3.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f34b09b9ee8c7c7b400fe2f8df39cafc9538b03d6ba7f4ae13e4cb90bfbb7d"
checksum = "08799f92c961c7a1cf0cc398a9073da99e21ce388b46372c37f3191f2f3eed3e"
dependencies = [
"atty",
"bitflags",