From cade00057a6dd9a827abddbf48ae93a2593811fd Mon Sep 17 00:00:00 2001 From: Bruce Adams Date: Wed, 11 Jan 2017 19:11:58 -0500 Subject: [PATCH] Upgrade to Hyper 0.10 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f09b17a2..29f529bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper-rustls" -version = "0.2.1" +version = "0.3.0" authors = ["Joseph Birr-Pixton "] license = "Apache-2.0/ISC/MIT" readme = "README.md" @@ -13,7 +13,7 @@ webpki-roots = "0.6.0" rustls = "0.5.3" [dependencies.hyper] -version = "0.9.10" +version = "0.10" default-features = false [dev-dependencies]