Merge pull request #196 from rustic-rs/dependabot/cargo/clap-3.2.21

build(deps): bump clap from 3.2.20 to 3.2.21
This commit is contained in:
aawsome 2022-09-13 23:01:34 +02:00 committed by GitHub
commit 9fe44cc8fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -264,9 +264,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.2.20"
version = "3.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd"
checksum = "1ed5341b2301a26ab80be5cbdced622e80ed808483c52e45e3310a877d3b37d7"
dependencies = [
"atty",
"bitflags",