diff --git a/Cargo.toml b/Cargo.toml index f7af89a..b7614de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,14 +10,12 @@ readme = "README.md" exclude = ["test/*"] [features] -# FIXME should not be turning on http1 by default: https://github.com/hyperium/hyper/issues/2376 -default = ["hyper/http1", "tcp"] - +default = ["tcp"] tcp = ["hyper/tcp"] [dependencies] http = "0.2" -hyper = { version = "0.14", default-features = false, features = ["client"] } +hyper = { version = "0.14.2", default-features = false, features = ["client"] } linked_hash_set = "0.1" once_cell = "1.0" openssl = "0.10.32"