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.
1 parent 8c427bf commit eb27a71Copy full SHA for eb27a71
Cargo.toml
@@ -15,7 +15,7 @@ tcp = ["hyper/tcp"]
15
16
[dependencies]
17
http = "0.2"
18
-hyper = { git = "https://github.com/benesch/hyper.git", branch = "connectors-no-proto", default-features = false, features = ["client"] }
+hyper = { version = "0.14.2", default-features = false, features = ["client"] }
19
linked_hash_set = "0.1"
20
once_cell = "1.0"
21
openssl = "0.10.32"
0 commit comments