1
0
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:
Quentin Gliech
2024-03-19 12:44:32 +01:00
parent 099eabd137
commit d8f5fdaf5c
25 changed files with 501 additions and 474 deletions

View File

@@ -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