Merge pull request #289 from ivre/dependabot/cargo/clap-4.5.38

chore(deps): bump clap from 4.5.37 to 4.5.38
This commit is contained in:
Pierre 2025-05-15 10:32:11 +02:00 committed by GitHub
commit 046145ac90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -147,18 +147,18 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.5.37" version = "4.5.38"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071" checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
] ]
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.5.37" version = "4.5.38"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2" checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",

View file

@ -24,7 +24,7 @@ edition = "2018"
bitflags = "2.9.0" bitflags = "2.9.0"
byteorder = "1.5.0" byteorder = "1.5.0"
chrono = "0.4.41" chrono = "0.4.41"
clap = "4.5.37" clap = "4.5.38"
dns-parser = "0.8.0" dns-parser = "0.8.0"
flate2 = "1.1" flate2 = "1.1"
itertools = "0.14.0" itertools = "0.14.0"