Merge pull request #293 from ivre/dependabot/cargo/clap-4.5.40

chore(deps): bump clap from 4.5.38 to 4.5.40
This commit is contained in:
Pierre 2025-06-15 22:08:03 +02:00 committed by GitHub
commit ce33df4ffc
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]]
name = "clap"
version = "4.5.38"
version = "4.5.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000"
checksum = "40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.5.38"
version = "4.5.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120"
checksum = "e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e"
dependencies = [
"anstream",
"anstyle",

View file

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