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
Moved some dependencies in the workspace and upgrade some dependencies
This commit is contained in:
@@ -18,13 +18,13 @@ apalis-cron = "0.4.9"
|
||||
async-stream = "0.3.5"
|
||||
async-trait.workspace = true
|
||||
chrono.workspace = true
|
||||
event-listener = "4.0.3"
|
||||
futures-lite = "2.2.0"
|
||||
event-listener = "5.2.0"
|
||||
futures-lite = "2.3.0"
|
||||
rand.workspace = true
|
||||
rand_chacha = "0.3.1"
|
||||
sqlx = { version = "0.7.3", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
sqlx.workspace = true
|
||||
thiserror.workspace = true
|
||||
tokio = { version = "1.35.1", features = ["rt"] }
|
||||
tokio = { version = "1.36.0", features = ["rt"] }
|
||||
tower.workspace = true
|
||||
tracing.workspace = true
|
||||
tracing-opentelemetry.workspace = true
|
||||
|
Reference in New Issue
Block a user