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
@@ -25,7 +25,7 @@ pin-project = "1"
tonic = {version = "0.8", path = "../tonic", default-features = false}
tower-service = "0.3"
tower-layer = "0.3"
tower-http = { version = "0.3", features = ["cors"] }
tower-http = { version = "0.4", features = ["cors"] }
tracing = "0.1"
[dev-dependencies]