mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Upgrade ws.
This commit is contained in:
parent
07f49e1c1e
commit
09f7b6bf36
5 changed files with 37 additions and 7 deletions
|
@ -14,4 +14,4 @@ crate_type = ["rlib"]
|
|||
[dependencies]
|
||||
crossbeam-channel = "0.3"
|
||||
log = "0.4"
|
||||
ws = "0.7.3"
|
||||
ws = "0.8"
|
||||
|
|
|
@ -13,4 +13,4 @@ readme = "README.md"
|
|||
libc = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.4"
|
||||
rand = "0.6"
|
||||
|
|
|
@ -58,7 +58,7 @@ time = "0.1.17"
|
|||
url = "1.2"
|
||||
uuid = {version = "0.7", features = ["v4"]}
|
||||
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
||||
ws = { version = "0.7", features = ["ssl"] }
|
||||
ws = { version = "0.8", features = ["ssl"] }
|
||||
|
||||
[dev-dependencies]
|
||||
std_test_override = { path = "../std_test_override" }
|
||||
|
|
|
@ -13,5 +13,5 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
lazy_static = "1"
|
||||
log = "0.4"
|
||||
rand = "0.4"
|
||||
rand = "0.6"
|
||||
uuid = "0.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue