From 59d396faca48e260ccbcc1b839254679f0d366e5 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 31 Oct 2018 08:00:21 +0100 Subject: [PATCH] Use websocket 0.21.0 --- transports/websocket/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/transports/websocket/Cargo.toml b/transports/websocket/Cargo.toml index addbb90cfba..02981dda342 100644 --- a/transports/websocket/Cargo.toml +++ b/transports/websocket/Cargo.toml @@ -13,9 +13,7 @@ rw-stream-sink = { path = "../../misc/rw-stream-sink" } tokio-io = "0.1" [target.'cfg(not(target_os = "emscripten"))'.dependencies] -# TODO: restore the upstream version once the branch is merged -websocket = { git = "https://github.com/tomaka/rust-websocket", branch = "send", default-features = false, features = ["async", "async-ssl"] } -#websocket = { version = "0.20.2", default-features = false, features = ["async", "async-ssl"] } +websocket = { version = "0.21.0", default-features = false, features = ["async", "async-ssl"] } [target.'cfg(target_os = "emscripten")'.dependencies] stdweb = { version = "0.1.3", default-features = false }