Auto merge of #22576 - Eijebong:itertools, r=Manishearth

Update itertools to 0.8

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22576)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-01-02 13:05:04 -05:00 committed by GitHub
commit e68585a26f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -61,7 +61,7 @@ hyper_serde = "0.9"
image = "0.20"
indexmap = "1.0.2"
ipc-channel = "0.11"
itertools = "0.7.6"
itertools = "0.8"
jstraceable_derive = {path = "../jstraceable_derive"}
keyboard-types = "0.4.4"
lazy_static = "1"

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"