From 47773fc0169be17630c0f48e67286b016895d2ff Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 4 Sep 2023 02:03:23 +0200 Subject: [PATCH] Update Rust crate tera to 1.19.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7dceb97..3721c5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ edition = "2021" [dependencies] actix-web = { version = "4" } actix-files = { version ="0.6.2" } -tera = "1.19.0" +tera = "1.19.1" env_logger = "0.10.0"