Update dependencies
[recipes.git] / backend / Cargo.toml
index 7f7e2e1..cb96228 100644 (file)
@@ -8,7 +8,7 @@ edition = "2018"
 actix-web = "2.0"
 actix-rt = "1.0"
 actix-files = "0.2"
-askama = "0.8" # Template system
+askama = "0.9" # Template system
 serde = { version = "1.0", features = ["derive"] }
 listenfd = "0.3" # To watch file modifications and automatically launch a build process (only used in dev/debug).
 ron = "0.5" # Rust object notation, to load configuration files.