Merge pull request #76 from ivre/dependabot/cargo/clap-4.0.11

Bump clap from 4.0.10 to 4.0.11
This commit is contained in:
Pierre 2022-10-10 11:44:08 +02:00 committed by GitHub
commit b4dc2e210e
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]] [[package]]
name = "clap" name = "clap"
version = "4.0.10" version = "4.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b1a0a4208c6c483b952ad35c6eed505fc13b46f08f631b81e828084a9318d74" checksum = "4ed45cc2c62a3eff523e718d8576ba762c83a3146151093283ac62ae11933a73"
dependencies = [ dependencies = [
"atty", "atty",
"bitflags 1.3.2", "bitflags 1.3.2",

View file

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