Merge pull request #156 from ivre/dependabot/cargo/clap-4.3.12

Bump clap from 4.3.11 to 4.3.12
This commit is contained in:
Pierre 2023-07-17 22:00:05 +02:00 committed by GitHub
commit 8989d0c357
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.11" version = "4.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d" checksum = "3eab9e8ceb9afdade1ab3f0fd8dbce5b1b2f468ad653baf10e771781b2b67b73"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
] ]
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.3.11" version = "4.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b" checksum = "9f2763db829349bf00cfc06251268865ed4363b93a943174f638daf3ecdba2cd"
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.11" clap = "4.3.12"
dns-parser = "0.8.0" dns-parser = "0.8.0"
flate2 = "1.0" flate2 = "1.0"
itertools = "0.11.0" itertools = "0.11.0"