build(deps): bump clap from 4.0.22 to 4.0.24

Bumps [clap](https://github.com/clap-rs/clap) from 4.0.22 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.22...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>
This commit is contained in:
dependabot[bot] 2022-11-14 21:09:46 +00:00 committed by GitHub
parent e1e3909eff
commit 6189b7346d
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

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

View File

@ -15,7 +15,7 @@ rust-version = "1.62"
[dependencies]
anyhow = "1.0.66"
clap = { version = "4.0.22", features = ["derive"] }
clap = { version = "4.0.24", features = ["derive"] }
dirs = "4.0.0"
flate2 = "1.0.22"
guess_host_triple = "0.1.3"