Bump clap from 4.0.23 to 4.0.24 (#532)

Bumps [clap](https://github.com/clap-rs/clap) from 4.0.23 to 4.0.24.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.0.23...v4.0.24)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-15 01:53:55 +00:00 committed by GitHub
parent 4ee0c9160f
commit 7f4d023914
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

@ -339,9 +339,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.0.23" version = "4.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eb41c13df48950b20eb4cd0eefa618819469df1bffc49d11e8487c4ba0037e5" checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03"
dependencies = [ dependencies = [
"atty", "atty",
"bitflags", "bitflags",

View file

@ -23,7 +23,7 @@ pkg-fmt = "zip"
[dependencies] [dependencies]
binstalk = { path = "../binstalk", version = "0.4.1" } binstalk = { path = "../binstalk", version = "0.4.1" }
clap = { version = "4.0.23", features = ["derive"] } clap = { version = "4.0.24", 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 = { version = "0.4.17", features = ["std"] } log = { version = "0.4.17", features = ["std"] }