Bump itertools from 0.8.2 to 0.9.0 (#8756)

Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.8.2 to 0.9.0.
- [Release notes](https://github.com/bluss/rust-itertools/releases)
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bluss/rust-itertools/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-10 08:42:11 -06:00
committed by GitHub
parent 1a0dd53450
commit f88b79d42b
7 changed files with 21 additions and 12 deletions

View File

@ -35,7 +35,7 @@ chrono = { version = "0.4", optional = true }
generic-array = { version = "0.13.2", default-features = false, features = ["serde", "more_lengths"] }
hex = "0.4.2"
hmac = "0.7.0"
itertools = { version = "0.8.2" }
itertools = { version = "0.9.0" }
log = { version = "0.4.8" }
memmap = { version = "0.7.0", optional = true }
num-derive = { version = "0.3" }