Upgrade ws.

This commit is contained in:
Josh Matthews 2019-06-12 11:34:13 -04:00
parent 07f49e1c1e
commit 09f7b6bf36
5 changed files with 37 additions and 7 deletions

View file

@ -14,4 +14,4 @@ crate_type = ["rlib"]
[dependencies]
crossbeam-channel = "0.3"
log = "0.4"
ws = "0.7.3"
ws = "0.8"

View file

@ -13,4 +13,4 @@ readme = "README.md"
libc = "0.2"
[dev-dependencies]
rand = "0.4"
rand = "0.6"

View file

@ -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" }

View file

@ -13,5 +13,5 @@ path = "lib.rs"
[dependencies]
lazy_static = "1"
log = "0.4"
rand = "0.4"
rand = "0.6"
uuid = "0.7"