You've already forked authentication-service
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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user