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:
dependabot[bot] 2021-12-31 06:24:25 +00:00 committed by GitHub
parent d29ee1553c
commit d5c3fddc19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ pnet = "0.26.0"
clap = "2.33.3"
log = "0.4.11"
stderrlog = "0.5.0"
itertools = "0.9.0"
itertools = "0.10.3"
rand = "0.7.3"
dns-parser = "0.8.0"
netdevice = "0.1.1"