Update itertools to 0.7

This commit is contained in:
Bastien Orivel 2018-02-28 12:32:46 +01:00
parent 38298336be
commit 22325df495
3 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@ gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
hyper = "0.10"
ipc-channel = "0.9"
itertools = "0.5"
itertools = "0.7"
layout_traits = {path = "../layout_traits"}
log = "0.3.5"
metrics = {path = "../metrics"}

View file

@ -39,7 +39,7 @@ fallible = { path = "../fallible" }
fnv = "1.0"
hashglobe = { path = "../hashglobe" }
html5ever = {version = "0.22", optional = true}
itertools = "0.5"
itertools = "0.7.6"
itoa = "0.3"
lazy_static = "1"
log = "0.3"