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 -1
View File
@@ -95,7 +95,7 @@ tokio = { version = "0.2", features = ["rt-threaded", "time", "stream", "fs", "m
futures = { version = "0.3", default-features = false, features = ["alloc"]}
async-stream = "0.2"
http = "0.2"
tower = { git = "https://github.com/tower-rs/tower" }
tower = "0.3"
# Required for routeguide
serde = { version = "1.0", features = ["derive"] }