From f9ceff98682eee3c02ab20d2d7b268f0328d9f5e Mon Sep 17 00:00:00 2001 From: Denis Kolodin Date: Mon, 27 Feb 2017 11:21:13 +0300 Subject: [PATCH 1/2] Update hyper dependency to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9be299b9c6..d7751c5f50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ keywords = ["websocket", "websockets", "rfc6455"] license = "MIT" [dependencies] -hyper = ">=0.7, <0.10" +hyper = ">=0.7, <0.11" unicase = "1.0.1" openssl = "0.7.6" url = "1.0" From fa661b94494df05c5225bab1ec6f17a83300d285 Mon Sep 17 00:00:00 2001 From: Denis Kolodin Date: Mon, 27 Feb 2017 11:22:22 +0300 Subject: [PATCH 2/2] Bump version to 0.17.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d7751c5f50..a5dbd938a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "websocket" -version = "0.17.1" +version = "0.17.2" authors = ["cyderize "] description = "A WebSocket (RFC6455) library for Rust."