From 219d62d1e8d5baa13309546178d501ed3089ba5a Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 27 May 2024 21:05:02 +0000 Subject: [PATCH] Update Rust crate tera to 1.20.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18a0978..d2022db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ edition = "2021" [dependencies] actix-web = { version = "4" } actix-files = { version ="0.6.5" } -tera = "1.19.1" +tera = "1.20.0" env_logger = "0.11.3" -- 2.45.2