Bump clap from 3.2.14 to 3.2.16

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.14 to 3.2.16.
- [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.14...v3.2.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-01 01:33:47 +00:00 committed by GitHub
parent 3d967a5405
commit c5961ee07f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@ async-trait = "0.1.56"
bytes = "1.2.0"
bzip2 = "0.4.3"
cargo_toml = "0.11.5"
clap = { version = "3.2.14", features = ["derive"] }
clap = { version = "3.2.16", features = ["derive"] }
compact_str = { version = "0.5.2", features = ["serde"] }
crates_io_api = { version = "0.8.0", default-features = false }
dirs = "4.0.0"