1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +03:00

Move tokio to a workspace dependency

This commit is contained in:
Quentin Gliech
2024-05-15 14:43:49 +02:00
parent 098f7fba03
commit d061d7f6b3
17 changed files with 20 additions and 21 deletions

View File

@@ -31,7 +31,7 @@ rustls.workspace = true
serde_json.workspace = true
serde_yaml = "0.9.34"
sqlx.workspace = true
tokio = { version = "1.37.0", features = ["full"] }
tokio.workspace = true
tower.workspace = true
tower-http = { version = "0.4.4", features = ["fs"] }
url.workspace = true