chore: Update to tower-http 0.4 (#1296)

* chore: Update to tower-http 0.4

* chore(tonic): Update to axum 0.6.9
This commit is contained in:
tottoto
2023-02-27 14:33:14 +00:00
committed by GitHub
parent d6041a99c2
commit 838d91aca3
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ prost = "0.11"
tokio = {version = "1.0", features = ["macros", "rt-multi-thread", "net"]}
tonic = {path = "../../tonic", features = ["gzip"]}
tower = {version = "0.4", features = []}
tower-http = {version = "0.3", features = ["map-response-body", "map-request-body"]}
tower-http = {version = "0.4", features = ["map-response-body", "map-request-body"]}
[build-dependencies]
tonic-build = {path = "../../tonic-build" }