Update itertools to 0.8

This commit is contained in:
Bastien Orivel 2018-12-30 16:09:34 +01:00
parent 40f1e188d0
commit b3fd2233b3
3 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@ fallible = { path = "../fallible" }
fxhash = "0.2"
hashglobe = { path = "../hashglobe" }
html5ever = {version = "0.22", optional = true}
itertools = "0.7.6"
itertools = "0.8"
itoa = "0.4"
lazy_static = "1"
log = "0.4"