chore: update tower-http (#985)

* Update tower-http

* one more update
This commit is contained in:
David Pedersen
2022-04-27 15:14:55 +02:00
committed by GitHub
parent fd596a8f58
commit 13b55df1d0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ tokio = {version = "1.0", features = ["macros", "rt-multi-thread", "net"]}
tokio-stream = {version = "0.1.5", features = ["net"]}
tonic = {path = "../../tonic", features = ["compression"]}
tower = {version = "0.4", features = []}
tower-http = {version = "0.2", features = ["map-response-body", "map-request-body"]}
tower-http = {version = "0.3", features = ["map-response-body", "map-request-body"]}
[build-dependencies]
tonic-build = {path = "../../tonic-build", features = ["compression"]}