build(deps): bump clap from 4.0.28 to 4.0.29

Bumps [clap](https://github.com/clap-rs/clap) from 4.0.28 to 4.0.29.
- [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.28...v4.0.29)

---
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-12-05 21:08:56 +00:00 committed by GitHub
parent aadddde212
commit 0a27626820
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

@ -234,9 +234,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.28"
version = "4.0.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f94eecf2f2d0e0220737d9e6d8530da1e903b97dde58ebaf749262e85ce133c9"
checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d"
dependencies = [
"bitflags",
"clap_derive",

View File

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