From ffba9ef6d2854917012043f020d234e18c1b7a6e Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Mon, 23 Sep 2019 22:08:14 -0400 Subject: [PATCH] pin hyper version --- tonic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index 03e838c..1ce94b7 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -22,7 +22,7 @@ async-trait = "0.1" # optional # hyper = { version = "=0.13.0-alpha.1", optional = true } -hyper = { git = "https://github.com/hyperium/hyper", features = ["unstable-stream"], optional = true } +hyper = { git = "https://github.com/hyperium/hyper", features = ["unstable-stream"], optional = true, rev = "2b0405c48c10bca7893c30ea960ac20a41a8578f" } tokio = { version = "=0.2.0-alpha.4", default-features = false, features = ["tcp"], optional = true } tower = { version = "=0.3.0-alpha.1a", optional = true} tower-make = "=0.1.0-alpha.2"