mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +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
|
@ -15,7 +15,7 @@ cookie = "0.10"
|
|||
euclid = "0.17"
|
||||
hyper = "0.10"
|
||||
image = "0.18"
|
||||
ipc-channel = "0.9"
|
||||
ipc-channel = "0.10"
|
||||
log = "0.3.5"
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
|
@ -25,5 +25,5 @@ script_traits = {path = "../script_traits"}
|
|||
servo_config = {path = "../config"}
|
||||
servo_url = {path = "../url"}
|
||||
url = "1.2"
|
||||
uuid = {version = "0.5", features = ["v4"]}
|
||||
uuid = {version = "0.6", features = ["v4"]}
|
||||
webdriver = "0.33"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue