Bump clap from 3.2.23 to 3.2.25

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.23 to 3.2.25.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.25/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.23...v3.2.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/227/head
dependabot[bot] 1 year ago committed by GitHub
parent 2068aa4a93
commit 0808d061b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

@ -76,9 +76,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "3.2.23"
version = "3.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
dependencies = [
"bitflags 1.3.2",
"clap_lex",

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

Loading…
Cancel
Save