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
+1 -1
View File
@@ -15,6 +15,6 @@ serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
[dev-dependencies]
tokio = "=0.2.0-alpha.2"
tokio = "=0.2.0-alpha.4"
tonic = { path = "../tonic" }
futures-preview = "=0.3.0-alpha.18"