From 12fb7fe545fcbbabf372e28dec8f04651f099e3f Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 1 Oct 2019 11:49:17 -0700 Subject: [PATCH] Update to hyper alpha.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"