Update to hyper alpha.1

This commit is contained in:
Lucio Franco
2019-09-05 11:21:44 -04:00
parent 011a148f97
commit b569280d41
3 changed files with 2 additions and 8 deletions
-1
View File
@@ -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"
-5
View File
@@ -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"
+2 -2
View File
@@ -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 }