Update itertools

This commit is contained in:
Alexander Krotov
2020-07-22 05:56:55 +03:00
committed by link2xt
parent 6594fdf33a
commit bf8e83d816
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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