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
Serve static files live from disk in dev mode
This commit is contained in:
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.53"
|
||||
axum = { version = "0.5.3", features = ["headers"] }
|
||||
axum = { version = "0.5.4", features = ["headers"] }
|
||||
bincode = "1.3.3"
|
||||
chrono = "0.4.19"
|
||||
cookie = { version = "0.16.0", features = ["private", "percent-encode"] }
|
||||
@@ -24,7 +24,7 @@ serde_urlencoded = "0.7.1"
|
||||
serde_json = "1.0.79"
|
||||
sqlx = "0.5.13"
|
||||
thiserror = "1.0.30"
|
||||
tokio = "1.17.0"
|
||||
tokio = "1.18.0"
|
||||
tower = { version = "0.4.12", features = ["util"] }
|
||||
tracing = "0.1.34"
|
||||
url = "2.2.2"
|
||||
|
Reference in New Issue
Block a user