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:24:32 +00:00
parent 821bd6ff86
commit c2d34ae921
2 changed files with 32 additions and 78 deletions

View File

@ -12,7 +12,7 @@ env_logger = "0.11.3"
clap = { version = "4.5.31", features = ["derive", "env"] }
lazy_static = "1.4.0"
actix-web = "4.5.1"
askama = "0.12.1"
askama = "0.13.0"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.140"
reqwest = { version = "0.12.4", features = ["json"] }