Merge pull request #240 from ivre/dependabot/cargo/clap-4.5.8

chore(deps): bump clap from 4.5.7 to 4.5.8
This commit is contained in:
Pierre 2024-07-08 22:36:00 +02:00 committed by GitHub
commit e8922074e3
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.7"
version = "4.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f"
checksum = "84b3edb18336f4df585bc9aa31dd99c036dfa5dc5e9a2939a722a188f3a8970d"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.5.7"
version = "4.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f"
checksum = "c1c09dd5ada6c6c78075d6fd0da3f90d8080651e2d6cc8eb2f1aaa4034ced708"
dependencies = [
"anstream",
"anstyle",

View file

@ -24,7 +24,7 @@ edition = "2018"
bitflags = "2.5.0"
byteorder = "1.5.0"
chrono = "0.4.38"
clap = "4.5.7"
clap = "4.5.8"
dns-parser = "0.8.0"
flate2 = "1.0"
itertools = "0.13.0"