You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Upgrade most HTTP/Hyper crates and make mas-listener work
This commit is contained in:
@ -40,13 +40,12 @@ tokio.workspace = true
|
||||
|
||||
[features]
|
||||
client = [
|
||||
"dep:mas-tower",
|
||||
"dep:rustls",
|
||||
"hyper/tcp",
|
||||
"dep:hyper-rustls",
|
||||
"dep:rustls-platform-verifier",
|
||||
"tower/limit",
|
||||
"tower-http/timeout",
|
||||
"tower-http/follow-redirect",
|
||||
"tower-http/set-header",
|
||||
"dep:mas-tower",
|
||||
"dep:rustls",
|
||||
"dep:hyper-rustls",
|
||||
"dep:rustls-platform-verifier",
|
||||
"tower/limit",
|
||||
"tower-http/timeout",
|
||||
"tower-http/follow-redirect",
|
||||
"tower-http/set-header",
|
||||
]
|
||||
|
Reference in New Issue
Block a user