diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-01-02 13:05:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-02 13:05:04 -0500 |
commit | e68585a26f21c70e70b85f9c79fc0edd0a12fb23 (patch) | |
tree | 333dddd10b7dc73023fc18a5f0b839f106b25d8b /components | |
parent | 721d2a8abdcc78971001928347cd1f7b96571fbb (diff) | |
parent | b3fd2233b39e07e9db8aa47f5e995ca93c00e990 (diff) | |
download | servo-e68585a26f21c70e70b85f9c79fc0edd0a12fb23.tar.gz servo-e68585a26f21c70e70b85f9c79fc0edd0a12fb23.zip |
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 -->
Diffstat (limited to 'components')
-rw-r--r-- | components/script/Cargo.toml | 2 | ||||
-rw-r--r-- | components/style/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 56e6a586c85..cc27ff73ea8 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -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" diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index 65c1c84c87b..9ae935c0e4d 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -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" |