build: bump clap from 3.2.20 to 3.2.21 (#4365)

This commit is contained in:
dependabot[bot] 2022-09-13 13:25:44 +02:00 committed by GitHub
parent 5ace2232df
commit c1d98b2764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -36,7 +36,7 @@ notify = ["notify-rust"]
[dependencies] [dependencies]
chrono = { version = "0.4.22", features = ["clock", "std"] } chrono = { version = "0.4.22", features = ["clock", "std"] }
clap = { version = "=3.2.20", features = ["derive", "cargo", "unicode", "unstable-v4"] } clap = { version = "=3.2.21", features = ["derive", "cargo", "unicode", "unstable-v4"] }
clap_complete = "3.2.5" clap_complete = "3.2.5"
dirs-next = "2.0.0" dirs-next = "2.0.0"
dunce = "1.0.2" dunce = "1.0.2"