Bump clap from 3.2.13 to 3.2.14

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.13 to 3.2.14.
- [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/v3.2.13...v3.2.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/97/head
dependabot[bot] 2 years ago committed by GitHub
parent d4d53ec5ed
commit f45264f99a
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.13"
version = "3.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac2bd7a1eb07da9ac757c923f69373deb7bc2ba5efc951b873bcb5e693992dca"
checksum = "54635806b078b7925d6e36810b1755f2a4b5b4d57560432c1ecf60bcbe10602b"
dependencies = [
"bitflags",
"clap_lex",

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

Loading…
Cancel
Save