mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 06:38:21 +00:00
Merge pull request #193 from ivre/dependabot/cargo/itertools-0.12.0
Bump itertools from 0.11.0 to 0.12.0
This commit is contained in:
commit
b8eae57022
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -383,9 +383,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "itertools"
|
||||
version = "0.11.0"
|
||||
version = "0.12.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
||||
checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
|
||||
dependencies = [
|
||||
"either",
|
||||
]
|
||||
|
|
|
@ -27,7 +27,7 @@ chrono = "0.4.31"
|
|||
clap = "4.4.8"
|
||||
dns-parser = "0.8.0"
|
||||
flate2 = "1.0"
|
||||
itertools = "0.11.0"
|
||||
itertools = "0.12.0"
|
||||
lazy_static = "1.4.0"
|
||||
log = "0.4.20"
|
||||
pcap = "1.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue