mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Bump ipc-channel and bincode
This required bumping uuid too which unfortunately duplicated rand.
This commit is contained in:
parent
5b575e3647
commit
570d865065
34 changed files with 152 additions and 107 deletions
|
@ -21,7 +21,7 @@ hyper = "0.10"
|
|||
hyper_serde = "0.8"
|
||||
hyper-openssl = "0.2.2"
|
||||
immeta = "0.3.6"
|
||||
ipc-channel = "0.9"
|
||||
ipc-channel = "0.10"
|
||||
lazy_static = "1"
|
||||
log = "0.3.5"
|
||||
matches = "0.1"
|
||||
|
@ -40,7 +40,7 @@ threadpool = "1.0"
|
|||
time = "0.1.17"
|
||||
unicase = "1.4.0"
|
||||
url = "1.2"
|
||||
uuid = {version = "0.5", features = ["v4"]}
|
||||
uuid = {version = "0.6", features = ["v4"]}
|
||||
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
||||
|
||||
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue