mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update itertools to 0.7
This commit is contained in:
parent
38298336be
commit
22325df495
3 changed files with 6 additions and 6 deletions
|
@ -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"}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue