Update Rust crate askama to 0.13.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-03-28 00:22:19 +00:00
parent 25f7221d0b
commit eeb0594e80
2 changed files with 32 additions and 28 deletions

View File

@ -21,7 +21,7 @@ serde = { version = "1.0.210", features = ["derive"] }
bcrypt = "0.17.0"
uuid = { version = "1.8.0", features = ["v4"] }
mime_guess = "2.0.4"
askama = "0.12.1"
askama = "0.13.0"
futures-util = "0.3.30"
urlencoding = "2.1.3"
rand = "0.9.0"