mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-01 22:28:20 +00:00
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:
commit
45f815d60a
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue