From f1b61ea5615e7337ee95ba894cc89579c6ddedd9 Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Wed, 27 Dec 2017 20:22:25 +0100 Subject: [PATCH] trivial: update dependencies Signed-off-by: Alexey Galakhov --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1a73ec5..58965f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,9 @@ keywords = ["websocket", "io", "web"] authors = ["Daniel Abramov ", "Alexey Galakhov "] license = "MIT" homepage = "https://github.com/snapview/tokio-tungstenite" -documentation = "https://docs.rs/tokio-tungstenite/0.4.0" +documentation = "https://docs.rs/tokio-tungstenite/0.5.0" repository = "https://github.com/snapview/tokio-tungstenite" -version = "0.4.0" +version = "0.5.0" [features] default = ["connect", "tls"] @@ -17,11 +17,11 @@ tls = ["tokio-tls", "native-tls", "stream", "tungstenite/tls"] stream = ["bytes"] [dependencies] -futures = "0.1.14" +futures = "0.1.17" tokio-io = "0.1.2" [dependencies.tungstenite] -version = "0.5.0" +version = "0.5.2" default-features = false [dependencies.bytes] @@ -45,5 +45,5 @@ optional = true version = "0.1.3" [dev-dependencies] -tokio-core = "0.1.9" -url = "1.5.1" +tokio-core = "0.1.11" +url = "1.6.0"