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

update minijinja version

This commit is contained in:
Rob Ede
2023-07-09 00:56:56 +01:00
parent e96b9aeccc
commit dbfa486897
12 changed files with 349 additions and 65 deletions

View File

@ -7,12 +7,12 @@ edition = "2021"
actix-web.workspace = true
anyhow = "1"
apalis = { version = "0.3", features = ["redis"] }
chrono = { version = "0.4.20", default-features = false, features = ["clock", "serde"] }
apalis = { version = "0.4", features = ["redis"] }
chrono.workspace = true
dotenv = "0.15"
env_logger.workspace = true
log.workspace = true
rand.workspace = true
serde.workspace = true
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
tokio-util = "0.7.4"
tokio-util.workspace = true