1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Chore: Update apalis to the latest version

This commit is contained in:
geofmureithi
2024-07-12 22:41:00 +03:00
parent 42acb27186
commit 642fbc84ad
4 changed files with 72 additions and 147 deletions

View File

@ -6,7 +6,8 @@ edition = "2021"
[dependencies]
actix-web.workspace = true
apalis = { version = "0.4", features = ["redis"] }
apalis = { version = "0.6.0-rc.2" }
apalis-redis = { version = "0.6.0-rc.2" }
chrono.workspace = true
color-eyre.workspace = true
dotenvy.workspace = true