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

chore: update the apalis example to the latest version

This commit is contained in:
geofmureithi
2024-12-06 03:29:32 +03:00
parent 3bf5a5a372
commit d54a38ce73
3 changed files with 184 additions and 134 deletions

View File

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