examples: Update to askama 0.15 (#3593)

This commit is contained in:
tottoto
2025-12-23 08:11:48 +09:00
committed by GitHub
parent 82af1277a4
commit 061666a111
2 changed files with 22 additions and 26 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2021"
publish = false
[dependencies]
askama = "0.14"
askama = { version = "0.15", default-features = false, features = ["std", "derive"] }
axum = { path = "../../axum" }
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"