Bump clap from 3.2.13 to 3.2.15

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.13 to 3.2.15.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.15/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.13...v3.2.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/102/head
dependabot[bot] 2 years ago committed by GitHub
parent 0c67526c7c
commit e2063433f9
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.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac2bd7a1eb07da9ac757c923f69373deb7bc2ba5efc951b873bcb5e693992dca"
checksum = "44bbe24bbd31a185bc2c4f7c2abe80bea13a20d57ee4e55be70ac512bdc76417"
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.15", default-features = false, features = [
"std",
"cargo",
"wrap_help",

Loading…
Cancel
Save