1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Move tower-http dep to the workspace and adapt mas-axum-utils

We removed here the Timeout layer on the HTTP client service, because it
required the body to be Default, which isn't the case anymore. Not sure
what to do about it.
This commit is contained in:
Quentin Gliech
2024-07-02 10:38:05 +02:00
parent f338aacf26
commit e7f50a92d6
13 changed files with 56 additions and 68 deletions

View File

@@ -30,7 +30,7 @@ sentry = { version = "0.31.8", default-features = false }
# Web server
hyper.workspace = true
tower.workspace = true
tower-http = { version = "0.4.4", features = ["cors"] }
tower-http.workspace = true
axum.workspace = true
axum-macros = "0.4.1"
axum-extra.workspace = true