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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user