chore(transport): Bump hyper and http-body versions (#64)

This commit is contained in:
Phillip Cloud
2019-10-09 17:12:50 -04:00
committed by Lucio Franco
parent 06ff619944
commit 8ecfd2fc73
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -49,7 +49,7 @@ percent-encoding = "1.0.1"
tower-service = "=0.3.0-alpha.2"
tokio-codec = "=0.2.0-alpha.6"
async-stream = "0.1.2"
http-body = "=0.2.0-alpha.2"
http-body = "=0.2.0-alpha.3"
pin-project = "^0.4"
# prost
@@ -60,7 +60,7 @@ prost-derive = { version = "0.5", optional = true }
async-trait = { version = "0.1.13", optional = true }
# transport
hyper = { version = "=0.13.0-alpha.3", features = ["unstable-stream"], optional = true }
hyper = { version = "=0.13.0-alpha.4", features = ["unstable-stream"], optional = true }
tokio = { version = "=0.2.0-alpha.6", default-features = false, features = ["tcp"], optional = true }
tower = { version = "=0.3.0-alpha.2", optional = true}
tower-make = "=0.3.0-alpha.2a"