chore: Use released version of tower (#199)

* chore: Use released version of tower

* Update the rest
This commit is contained in:
Lucio Franco
2019-12-19 18:31:40 -05:00
committed by GitHub
parent 4e5c6c8f23
commit 8efdbb4631
8 changed files with 44 additions and 95 deletions
+1 -2
View File
@@ -24,8 +24,7 @@ http = "0.2"
futures-core = "0.3"
futures-util = "0.3"
async-stream = "0.2"
# tower = "=0.3.0-alpha.2"
tower = { git = "https://github.com/tower-rs/tower" }
tower = "0.3"
http-body = "0.3"
console = "0.9"