Bump clap from 3.2.16 to 3.2.17 (#299)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-20 12:04:12 +00:00 committed by GitHub
parent 88ddcf3599
commit af59a59085
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -20,7 +20,7 @@ pkg-fmt = "zip"
[dependencies]
binstall = { path = "../lib", version = "0.1.0" }
clap = { version = "3.2.16", features = ["derive"] }
clap = { version = "3.2.17", features = ["derive"] }
crates_io_api = { version = "0.8.0", default-features = false }
dirs = "4.0.0"
log = "0.4.17"