From fc912f827db0729a64cc33c3dc769423479ab916 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 23:11:48 +0100 Subject: [PATCH] fix(deps): update rust crate tera to 1.19.1 (#206) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- whiskers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers/Cargo.toml b/whiskers/Cargo.toml index 23f0c75a..4ee89c87 100644 --- a/whiskers/Cargo.toml +++ b/whiskers/Cargo.toml @@ -48,7 +48,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.116" serde_yaml = "0.9.34" tempfile = "3.10" -tera = { version = "1.19", features = ["preserve_order"] } +tera = { version = "1.19.1", features = ["preserve_order"] } thiserror = "1.0" [dev-dependencies]