Bump clap from 4.0.11 to 4.0.12 (#476)

This commit is contained in:
dependabot[bot] 2022-10-11 13:02:30 +11:00 committed by GitHub
parent e605a99113
commit 2c578e216e
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

@ -316,9 +316,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.0.11" version = "4.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ed45cc2c62a3eff523e718d8576ba762c83a3146151093283ac62ae11933a73" checksum = "385007cbbed899260395a4107435fead4cad80684461b3cc78238bdcb0bad58f"
dependencies = [ dependencies = [
"atty", "atty",
"bitflags", "bitflags",

View file

@ -23,7 +23,7 @@ pkg-fmt = "zip"
[dependencies] [dependencies]
binstalk = { path = "../binstalk", version = "0.4.0" } binstalk = { path = "../binstalk", version = "0.4.0" }
clap = { version = "4.0.11", features = ["derive"] } clap = { version = "4.0.12", features = ["derive"] }
crates_io_api = { version = "0.8.1", default-features = false } crates_io_api = { version = "0.8.1", default-features = false }
dirs = "4.0.0" dirs = "4.0.0"
log = "0.4.17" log = "0.4.17"