@ -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"
|
||||
|
Reference in New Issue
Block a user