Update clap requirement from 3.1.12 to 4.0.4

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-v3.2.0...v4.0.4)

---
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-09-30 00:31:34 +00:00 committed by GitHub
parent 15c0d9c8b0
commit fdf95c63bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ edition = "2018"
bitflags = "1.2.1"
byteorder = "1.4.3"
chrono = "0.4.19"
clap = "3.1.12"
clap = "4.0.4"
dns-parser = "0.8.0"
flate2 = "1.0"
itertools = "0.10.3"