From d662dadbdad846653d7f3abc115048326a6e8e14 Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Wed, 22 Mar 2017 19:27:18 +0100 Subject: [PATCH] Update tungstenite dependency --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e29fa25..1c64297 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tokio-tungstenite" description = "Tokio binding for Tungstenite, the Lightweight stream-based WebSocket implementation" -categories = ["web-programming:websocket", "network-programming", "asynchronous", "concurrency"] +categories = ["web-programming::websocket", "network-programming", "asynchronous", "concurrency"] keywords = ["websocket", "io", "web"] authors = ["Daniel Abramov ", "Alexey Galakhov "] license = "MIT" @@ -13,4 +13,4 @@ futures = "*" tokio-core = "*" url = "*" -tungstenite = "0.1.0" +tungstenite = "0.1.1"