Merge pull request #182 from ivre/dependabot/cargo/clap-4.4.4

Bump clap from 4.4.3 to 4.4.4
This commit is contained in:
Pierre 2023-09-19 11:23:03 +02:00 committed by GitHub
commit 15e981b45d
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

@ -164,18 +164,18 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.4.3" version = "4.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6" checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
] ]
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.4.2" version = "4.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08" checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56"
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.31" chrono = "0.4.31"
clap = "4.4.3" clap = "4.4.4"
dns-parser = "0.8.0" dns-parser = "0.8.0"
flate2 = "1.0" flate2 = "1.0"
itertools = "0.11.0" itertools = "0.11.0"