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]