examples: Update to askama 0.14 (#3474)

This commit is contained in:
tottoto
2025-09-13 13:19:19 +02:00
committed by GitHub
parent 8d0497f793
commit e8ab6029d1
2 changed files with 21 additions and 32 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2021"
publish = false
[dependencies]
askama = "0.12"
askama = "0.14"
axum = { path = "../../axum" }
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"