Update Rust crate askama to 0.15.0
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-12-23 00:26:53 +00:00
parent 98c63056e6
commit 7564702bd5
2 changed files with 28 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ serde = { version = "1.0.228", features = ["derive"] }
bcrypt = "0.17.1"
uuid = { version = "1.19.0", features = ["v4"] }
mime_guess = "2.0.5"
askama = "0.14.0"
askama = "0.15.0"
urlencoding = "2.1.3"
rand = "0.10.0-rc.5"
base64 = "0.22.1"