Bump clap from 3.2.17 to 3.2.19

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.17 to 3.2.19.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.19/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.17...v3.2.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/121/head
dependabot[bot] 2 years ago committed by GitHub
parent 20cc2f1aed
commit 395c565112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

@ -76,9 +76,9 @@ checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
[[package]]
name = "clap"
version = "3.2.17"
version = "3.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29e724a68d9319343bb3328c9cc2dfde263f4b3142ee1059a9980580171c954b"
checksum = "68d43934757334b5c0519ff882e1ab9647ac0258b47c24c4f490d78e42697fd5"
dependencies = [
"bitflags",
"clap_lex",

@ -14,7 +14,7 @@ readme = "README.md"
[dependencies]
anyhow = "1.0.62"
byteorder = "1.4.3"
clap = { version = "3.2.17", default-features = false, features = [
clap = { version = "3.2.19", default-features = false, features = [
"std",
"cargo",
"wrap_help",

Loading…
Cancel
Save