Skip to content

Commit

Permalink
Update itertools to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed Dec 30, 2018
1 parent 40f1e18 commit b3fd223
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/script/Cargo.toml
Expand Up @@ -63,7 +63,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"
Expand Down
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit b3fd223

Please sign in to comment.