From b569280d414fce01eaf6ee70db020495246acd7d Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Thu, 5 Sep 2019 11:21:44 -0400 Subject: [PATCH] Update to hyper alpha.1 --- tonic-interop/Cargo.toml | 1 - tonic-macros/Cargo.toml | 5 ----- tonic/Cargo.toml | 4 ++-- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/tonic-interop/Cargo.toml b/tonic-interop/Cargo.toml index 337e427..0e9a1ac 100644 --- a/tonic-interop/Cargo.toml +++ b/tonic-interop/Cargo.toml @@ -20,7 +20,6 @@ prost-derive = "0.5" bytes = "0.4" http = "0.1" futures-util-preview = "=0.3.0-alpha.18" -hyper = { git = "https://github.com/hyperium/hyper" } console = "0.7" structopt = "0.2" diff --git a/tonic-macros/Cargo.toml b/tonic-macros/Cargo.toml index b8c0831..64939f1 100644 --- a/tonic-macros/Cargo.toml +++ b/tonic-macros/Cargo.toml @@ -13,8 +13,3 @@ quote = "1.0" proc-macro2 = "1.0" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } - -[dev-dependencies] -tokio = "=0.2.0-alpha.4" -tonic = { path = "../tonic" } -futures-preview = "=0.3.0-alpha.18" diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index a0ff2fd..b8d0116 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -18,10 +18,10 @@ tower-service = "=0.3.0-alpha.1" tokio-codec = "=0.2.0-alpha.4" async-stream = { git = "https://github.com/tokio-rs/async-stream" } http-body = "0.2.0-alpha.1" -pin-project = "0.4.0-alpha.7" +pin-project = "=0.4.0-alpha.7" # optional -hyper = { version = "=0.13.0-alpha.1", optional = true} +hyper = { version = "=0.13.0-alpha.1", optional = true } tokio = { version = "=0.2.0-alpha.4", default-features = false, features = ["tcp"], optional = true } tower-make = "=0.1.0-alpha.2" tower-reconnect = { git = "https://github.com/tower-rs/tower", branch = "lucio/update-reconnect-buffer", optional = true }