Bump clap from 3.2.16 to 3.2.21

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.16 to 3.2.21.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.21/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.16...v3.2.21)

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

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

8
Cargo.lock generated

@ -122,9 +122,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.2.16"
version = "3.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3dbbb6653e7c55cc8595ad3e1f7be8f32aba4eb7ff7f0fd1163d4f3d137c0a9"
checksum = "1ed5341b2301a26ab80be5cbdced622e80ed808483c52e45e3310a877d3b37d7"
dependencies = [
"atty",
"bitflags",
@ -148,9 +148,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "3.2.15"
version = "3.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ba52acd3b0a5c33aeada5cdaa3267cdc7c594a98731d4268cdc1532f4264cb4"
checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
dependencies = [
"heck",
"proc-macro-error",

@ -8,7 +8,7 @@ license = "MIT"
[dependencies]
anyhow = "1.0.63"
clap = { version = "3.2.16", features = ["derive"] }
clap = { version = "3.2.21", features = ["derive"] }
clap_complete = "3.2.3"
derive-where = "1.0.0"
env_logger = "0.9.0"

Loading…
Cancel
Save