Merge pull request #231 from ivre/dependabot/cargo/itertools-0.13.0

chore(deps): bump itertools from 0.12.1 to 0.13.0
This commit is contained in:
Pierre 2024-05-18 04:16:40 +02:00 committed by GitHub
commit 45f815d60a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -390,9 +390,9 @@ dependencies = [
[[package]]
name = "itertools"
version = "0.12.1"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]

View file

@ -27,7 +27,7 @@ chrono = "0.4.38"
clap = "4.5.4"
dns-parser = "0.8.0"
flate2 = "1.0"
itertools = "0.12.1"
itertools = "0.13.0"
lazy_static = "1.4.0"
log = "0.4.21"
pcap = "2.0.0"