Bump clap from 4.0.30 to 4.0.32

Bumps [clap](https://github.com/clap-rs/clap) from 4.0.30 to 4.0.32.
- [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/v4.0.30...v4.0.32)

---
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-12-23 00:13:40 +00:00 committed by GitHub
parent 3eb975decc
commit e0c2a87e0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -96,9 +96,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.30"
version = "4.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "656ad1e55e23d287773f7d8192c300dc715c3eeded93b3da651d11c42cfd74d2"
checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39"
dependencies = [
"bitflags 1.3.2",
"clap_lex",

View file

@ -24,7 +24,7 @@ edition = "2018"
bitflags = "1.2.1"
byteorder = "1.4.3"
chrono = "0.4.23"
clap = "4.0.30"
clap = "4.0.32"
dns-parser = "0.8.0"
flate2 = "1.0"
itertools = "0.10.3"