1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Bump most Rust dependencies

This commit is contained in:
Quentin Gliech
2024-02-02 15:23:18 +01:00
parent d20b0dc81d
commit b927d330c9
25 changed files with 151 additions and 162 deletions

View File

@@ -13,18 +13,18 @@ workspace = true
[dependencies]
anyhow.workspace = true
apalis-core = { version = "=0.4.7", features = ["extensions", "tokio-comp", "storage"] }
apalis-cron = "=0.4.7"
apalis-core = { version = "0.4.9", features = ["extensions", "tokio-comp", "storage"] }
apalis-cron = "0.4.9"
async-stream = "0.3.5"
async-trait = "0.1.74"
async-trait = "0.1.77"
chrono.workspace = true
event-listener = "4.0.0"
futures-lite = "2.0.1"
event-listener = "4.0.3"
futures-lite = "2.2.0"
rand.workspace = true
rand_chacha = "0.3.1"
sqlx = { version = "0.7.3", features = ["runtime-tokio-rustls", "postgres"] }
thiserror.workspace = true
tokio = { version = "1.34.0", features = ["rt"] }
tokio = { version = "1.35.1", features = ["rt"] }
tower = "0.4.13"
tracing.workspace = true
tracing-opentelemetry.workspace = true

View File

@@ -230,7 +230,7 @@ where
}
// Worker not seen in 5 minutes yet has running jobs
StorageWorkerPulse::ReenqueueOrphaned { count } => {
StorageWorkerPulse::ReenqueueOrphaned { count, .. } => {
let job_type = T::NAME;
let mut conn = self
.pool