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
Move tokio to a workspace dependency
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user