We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6478476 + eb27a71 commit a62136aCopy full SHA for a62136a
Cargo.toml
@@ -10,14 +10,12 @@ readme = "README.md"
10
exclude = ["test/*"]
11
12
[features]
13
-# FIXME should not be turning on http1 by default: https://github.com/hyperium/hyper/issues/2376
14
-default = ["hyper/http1", "tcp"]
15
-
+default = ["tcp"]
16
tcp = ["hyper/tcp"]
17
18
[dependencies]
19
http = "0.2"
20
-hyper = { version = "0.14", default-features = false, features = ["client"] }
+hyper = { version = "0.14.2", default-features = false, features = ["client"] }
21
linked_hash_set = "0.1"
22
once_cell = "1.0"
23
openssl = "0.10.32"
0 commit comments