Update hyper and other fixes

This commit is contained in:
Lucio Franco
2019-08-30 23:30:12 -04:00
parent 91a3c0965a
commit 0393172f95
8 changed files with 10 additions and 15 deletions
+2 -2
View File
@@ -24,9 +24,9 @@ path = "src/routeguide/client.rs"
[dependencies]
tonic = { path = "../tonic" }
hyper = { path = "../../hyper" }
hyper = { git = "https://github.com/hyperium/hyper" }
futures-preview = { version = "=0.3.0-alpha.18", default-features = false, features = ["alloc"]}
tokio = "=0.2.0-alpha.2"
tokio = "=0.2.0-alpha.4"
prost = "0.5"
prost-derive = "0.5"
bytes = "0.4"