diff --git a/Cargo.toml b/Cargo.toml index 9be299b9c6..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." @@ -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"