diff --git a/Cargo.toml b/Cargo.toml index 80e7f35..c82e835 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ vendored = ["native-tls/vendored"] [dependencies] native-tls = "0.2" -hyper = { version = "=0.13.0-alpha.3", default-features = false, features = ["tcp"] } +hyper = { version = "=0.13.0-alpha.4", default-features = false, features = ["tcp"] } tokio-io = "=0.2.0-alpha.6" tokio-tls = "=0.3.0-alpha.6"