mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 14:42:30 +00:00
Update askama
This commit is contained in:
@@ -73,13 +73,7 @@ derive_more = { version = "2.0", features = [
|
||||
"deref",
|
||||
"constructor",
|
||||
] }
|
||||
askama = { version = "0.12", features = [
|
||||
"serde",
|
||||
"with-actix-web",
|
||||
"serde-json",
|
||||
"serde-yaml",
|
||||
] }
|
||||
askama_actix = "0.14"
|
||||
askama = { version = "0.13", features = ["serde_json"] }
|
||||
sqlx = { version = "0.8", default-features = false, features = [
|
||||
"sqlx-sqlite",
|
||||
"uuid",
|
||||
|
||||
Reference in New Issue
Block a user