Updated deps.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2023-09-12 21:58:04 +04:00
parent be9c20f614
commit 92d1763e0f
2 changed files with 41 additions and 46 deletions

View File

@ -9,8 +9,8 @@ edition = "2021"
actix-files = "0.6.2"
actix-web = "4.3.0"
anyhow = "1.0.69"
askama = { version = "0.11.1", features = ["with-actix-web"] }
askama_actix = "0.13.0"
askama = { version = "0.12.0", features = ["with-actix-web"] }
askama_actix = "0.14.0"
async-trait = "0.1.64"
chrono = { version = "0.4.23", features = ["serde"] }
clap = { version = "^4.1.4", features = ["derive", "env"] }
@ -36,4 +36,4 @@ tokio = { version = "1.25.0", features = [
"rt-multi-thread",
] }
num-integer = "0.1.45"
itertools = "0.10.5"
itertools = "0.11.0"