Update cargo.lock for wr2, pin ipc-channel.

This commit is contained in:
Glenn Watson 2016-08-03 11:11:48 +10:00 committed by Ms2ger
parent c349e4b1b8
commit db8c3ef727
26 changed files with 79 additions and 79 deletions

View file

@ -19,7 +19,7 @@ devtools_traits = {path = "../devtools_traits"}
flate2 = "0.2.0"
hyper = {version = "0.9.9", features = ["serde-serialization"]}
immeta = "0.3.1"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
lazy_static = "0.2"
log = "0.3.5"
matches = "0.1"