You've already forked authentication-service
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user