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 af69db5 commit abd92a5Copy full SHA for abd92a5
Cargo.toml
@@ -13,7 +13,7 @@ repository = "https://github.com/ctz/hyper-rustls"
13
bytes = "0.4"
14
ct-logs = { version = "^0.6.0", optional = true }
15
futures-preview = { version = "0.3.0-alpha.18", features = ["async-await", "nightly"] }
16
-hyper = { git = "https://github.com/hyperium/hyper.git", branch = "master", default-features = false }
+hyper = { version = "0.13.0-alpha.1", default-features = false }
17
rustls = "0.16"
18
tokio-io = { version="0.2.0-alpha.2" }
19
tokio-rustls = "0.12.0-alpha.1"
0 commit comments