Bump clap from 3.2.12 to 3.2.13

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

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/96/head
dependabot[bot] 2 years ago committed by GitHub
parent ea6090b315
commit ff6415b379
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.12"
version = "3.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab8b79fe3946ceb4a0b1c080b4018992b8d27e9ff363644c1c9b6387c854614d"
checksum = "ac2bd7a1eb07da9ac757c923f69373deb7bc2ba5efc951b873bcb5e693992dca"
dependencies = [
"bitflags",
"clap_lex",

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

Loading…
Cancel
Save