Merge pull request #78 from ivre/dependabot/cargo/clap-4.0.13

Bump clap from 4.0.12 to 4.0.13
This commit is contained in:
Pierre 2022-10-12 14:20:57 +02:00 committed by GitHub
commit ba66e7ccaa
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.12"
version = "4.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "385007cbbed899260395a4107435fead4cad80684461b3cc78238bdcb0bad58f"
checksum = "69d64e88428747154bd8bc378d178377ef4dace7a5735ca1f3855be72f2c2cb5"
dependencies = [
"atty",
"bitflags 1.3.2",

View file

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