Auto merge of #15537 - servo:webrender, r=SimonSapin

Update ipc-channel to 0.6.3

<!-- 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/15537)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-02-16 03:53:49 -08:00 committed by GitHub
commit 4a0b730caf
32 changed files with 135 additions and 93 deletions

View file

@ -49,7 +49,7 @@ html5ever-atoms = {version = "0.1", features = ["heap_size"]}
hyper = "0.9.9"
hyper_serde = "0.1.4"
image = "0.12"
ipc-channel = "0.5"
ipc-channel = "0.6.3"
js = {git = "https://github.com/servo/rust-mozjs", features = ["promises"]}
jstraceable_derive = {path = "../jstraceable_derive"}
libc = "0.2"