Update clap requirement from 3.2.22 to 4.0.17

Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version.
- [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/clap_complete-v4.0.0-rc.1...v4.0.17)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-19 04:19:06 +00:00 committed by GitHub
parent a60ced8782
commit 9d5d6ca2ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ tls = ["libdoh/tls"]
[dependencies]
libdoh = { path = "src/libdoh", version = "0.9.4", default-features = false }
clap = { version = "3.2.22", features = ["std", "cargo", "wrap_help"] }
clap = { version = "4.0.17", features = ["std", "cargo", "wrap_help"] }
dnsstamps = "0.1.9"
mimalloc = { version = "0.1.29", default-features = false }