You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-07 17:03:01 +03:00
mas-http: enable the tower/util feature
This commit is contained in:
@@ -29,7 +29,7 @@ serde_json.workspace = true
|
|||||||
serde_urlencoded = "0.7.1"
|
serde_urlencoded = "0.7.1"
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
tokio = { version = "1.34.0", features = ["sync", "parking_lot"], optional = true }
|
tokio = { version = "1.34.0", features = ["sync", "parking_lot"], optional = true }
|
||||||
tower = { version = "0.4.13", features = [] }
|
tower = { version = "0.4.13", features = ["util"] }
|
||||||
tower-http = { version = "0.4.4", features = ["cors"] }
|
tower-http = { version = "0.4.4", features = ["cors"] }
|
||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
tracing-opentelemetry.workspace = true
|
tracing-opentelemetry.workspace = true
|
||||||
@@ -40,7 +40,6 @@ mas-tower.workspace = true
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
tokio = { version = "1.34.0", features = ["macros", "rt"] }
|
tokio = { version = "1.34.0", features = ["macros", "rt"] }
|
||||||
tower = { version = "0.4.13", features = ["util"] }
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
axum = ["dep:axum"]
|
axum = ["dep:axum"]
|
||||||
|
Reference in New Issue
Block a user