Bump ipc-channel and bincode

This required bumping uuid too which unfortunately duplicated rand.
This commit is contained in:
Bastien Orivel 2018-03-21 13:04:41 +01:00
parent 5b575e3647
commit 570d865065
34 changed files with 152 additions and 107 deletions

View file

@ -16,7 +16,7 @@ cookie = "0.10"
hyper = "0.10"
hyper_serde = "0.8"
image = "0.18"
ipc-channel = "0.9"
ipc-channel = "0.10"
lazy_static = "1"
log = "0.3.5"
malloc_size_of = { path = "../malloc_size_of" }
@ -27,5 +27,5 @@ serde = "1.0"
servo_config = {path = "../config"}
servo_url = {path = "../url"}
url = "1.2"
uuid = {version = "0.5", features = ["v4", "serde"]}
uuid = {version = "0.6", features = ["v4", "serde"]}
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}