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
Get rid of warp
This commit is contained in:
@ -20,7 +20,6 @@ thiserror = "1.0.30"
|
||||
anyhow = "1.0.56"
|
||||
|
||||
# Web server
|
||||
warp = "0.3.2"
|
||||
hyper = { version = "0.14.17", features = ["full"] }
|
||||
tower = "0.4.12"
|
||||
axum = "0.4.8"
|
||||
@ -67,7 +66,6 @@ mas-jose = { path = "../jose" }
|
||||
mas-static-files = { path = "../static-files" }
|
||||
mas-storage = { path = "../storage" }
|
||||
mas-templates = { path = "../templates" }
|
||||
mas-warp-utils = { path = "../warp-utils" }
|
||||
|
||||
[dev-dependencies]
|
||||
indoc = "1.0.4"
|
||||
|
@ -16,7 +16,7 @@
|
||||
#![deny(clippy::all, rustdoc::broken_intra_doc_links)]
|
||||
#![warn(clippy::pedantic)]
|
||||
#![allow(
|
||||
clippy::unused_async // Some warp filters need that
|
||||
clippy::unused_async // Some axum handlers need that
|
||||
)]
|
||||
|
||||
use std::sync::Arc;
|
||||
|
Reference in New Issue
Block a user