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"}