Merge pull request #163 from ivre/dependabot/cargo/clap-4.3.21

Bump clap from 4.3.19 to 4.3.21
This commit is contained in:
Pierre 2023-08-09 22:27:27 +02:00 committed by GitHub
commit ff0b447538
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.19" version = "4.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d" checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
] ]
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.3.19" version = "4.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1" checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",

View file

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