Merge pull request #167 from ivre/dependabot/cargo/clap-4.3.22

Bump clap from 4.3.21 to 4.3.22
This commit is contained in:
Pierre 2023-08-18 15:07:08 +02:00 committed by GitHub
commit dbde2bf663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -166,18 +166,18 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.3.21" version = "4.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd" checksum = "b417ae4361bca3f5de378294fc7472d3c4ed86a5ef9f49e93ae722f432aae8d2"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
] ]
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.3.21" version = "4.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa" checksum = "9c90dc0f0e42c64bff177ca9d7be6fcc9ddb0f26a6e062174a61c84dd6c644d4"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",

View file

@ -24,7 +24,7 @@ edition = "2018"
bitflags = "2.4.0" bitflags = "2.4.0"
byteorder = "1.4.3" byteorder = "1.4.3"
chrono = "0.4.26" chrono = "0.4.26"
clap = "4.3.21" clap = "4.3.22"
dns-parser = "0.8.0" dns-parser = "0.8.0"
flate2 = "1.0" flate2 = "1.0"
itertools = "0.11.0" itertools = "0.11.0"