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-11-30 12:02:56 +00:00 committed by GitHub
parent 60a95b9805
commit a2bcd4ff68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -603,9 +603,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",
@ -1981,7 +1981,7 @@ version = "0.10.3"
dependencies = [
"anyhow",
"assert_cmd",
"clap 4.0.28",
"clap 4.0.29",
"console",
"const_format",
"csv",

View file

@ -51,7 +51,7 @@ log = "0.4.17"
env_logger = "0.9.3"
[dependencies.clap]
version = "4.0.28"
version = "4.0.29"
features = ["env", "derive"]
[dev-dependencies]