build: bump clap from 2.34.0 to 3.0.1 (#3388)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-04 05:31:31 -05:00 committed by GitHub
parent 20cf200c3a
commit 8bd03f4aec
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

@ -218,9 +218,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.0.0"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d17bf219fcd37199b9a29e00ba65dfb8cd5b2688b7297ec14ff829c40ac50ca9"
checksum = "b1121e32687f7f90b905d4775273305baa4f32cd418923e9b0fa726533221857"
dependencies = [
"atty",
"bitflags",

View File

@ -30,7 +30,7 @@ battery = ["starship-battery"]
tls-vendored = ["native-tls/vendored"]
[dependencies]
clap = { version = "3.0.0", features = ["derive", "cargo", "unicode"] }
clap = { version = "3.0.1", features = ["derive", "cargo", "unicode"] }
clap_complete = "3.0.0"
ansi_term = "0.12.1"
directories-next = "2.0.0"