mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 06:38:21 +00:00
Update itertools requirement from 0.9.0 to 0.10.3
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [Release notes](https://github.com/rust-itertools/itertools/releases) - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.9.0...v0.10.3) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d29ee1553c
commit
d5c3fddc19
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ pnet = "0.26.0"
|
||||||
clap = "2.33.3"
|
clap = "2.33.3"
|
||||||
log = "0.4.11"
|
log = "0.4.11"
|
||||||
stderrlog = "0.5.0"
|
stderrlog = "0.5.0"
|
||||||
itertools = "0.9.0"
|
itertools = "0.10.3"
|
||||||
rand = "0.7.3"
|
rand = "0.7.3"
|
||||||
dns-parser = "0.8.0"
|
dns-parser = "0.8.0"
|
||||||
netdevice = "0.1.1"
|
netdevice = "0.1.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue