examples: Update to askama 0.16 (#3855)

This commit is contained in:
tottoto
2026-08-03 19:32:15 +09:00
committed by GitHub
parent a35916c63f
commit 98884fb7be
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2021"
publish = false
[dependencies]
askama = { version = "0.15", default-features = false, features = ["std", "derive"] }
askama = { version = "0.16", default-features = false, features = ["std", "derive"] }
axum = { path = "../../axum" }
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"