Browse Source

chore(deps): bump clap from 3.2.4 to 3.2.7

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.4 to 3.2.7.
- [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.4...v3.2.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/81/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
9e830a11b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock

4
Cargo.lock generated

@ -410,9 +410,9 @@ dependencies = [ @@ -410,9 +410,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.2.4"
version = "3.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d20de3739b4fb45a17837824f40aa1769cc7655d7a83e68739a77fe7b30c87a"
checksum = "5b7b16274bb247b45177db843202209b12191b631a14a9d06e41b3777d6ecf14"
dependencies = [
"bitflags",
"clap_lex",

Loading…
Cancel
Save