Bump itertools from 0.9.0 to 0.10.0

Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.9.0 to 0.10.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/compare/v0.9.0...v0.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-28 10:20:46 +00:00 committed by Josh Holmer
parent 9c55fcfcbf
commit 17a8c79e21
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -273,9 +273,9 @@ dependencies = [
[[package]]
name = "itertools"
version = "0.9.0"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
dependencies = [
"either",
]

View file

@ -32,7 +32,7 @@ required-features = ["binary"]
bit-vec = "^0.6.3"
byteorder = "^1.0.0"
crc = "^1.2.0"
itertools = "^0.9.0"
itertools = "^0.10.0"
zopfli = { version = "^0.4.0", optional = true }
miniz_oxide = "0.4"
rgb = "0.8.25"