From bc5960d241773fec6899d5b227a1a4a1410322cb Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Tue, 4 Apr 2017 13:58:41 +0200 Subject: [PATCH] Update dependency version Signed-off-by: Alexey Galakhov --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1c526b8..f83efd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,12 +8,12 @@ license = "MIT" homepage = "https://github.com/snapview/tokio-tungstenite" documentation = "https://docs.rs/tokio-tungstenite" repository = "https://github.com/snapview/tokio-tungstenite" -version = "0.1.1" +version = "0.1.2" [dependencies] futures = "*" tokio-io = "*" -tungstenite = "0.1.1" +tungstenite = "0.2.0" url = "*" [dev-dependencies]