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 a14c337 commit 07eda13Copy full SHA for 07eda13
Cargo.toml
@@ -15,7 +15,7 @@ vendored = ["native-tls/vendored"]
15
16
[dependencies]
17
native-tls = "0.2"
18
-hyper = { git = "https://github.com/hyperium/hyper", default-features = false, features = ["tcp"] }
+hyper = { version = "0.13", default-features = false, features = ["tcp"] }
19
tokio = { version = "0.2" }
20
tokio-tls = "0.3"
21
0 commit comments