From 7b07043cee0ca24e912155db4e8f6d9ab7c049ed Mon Sep 17 00:00:00 2001 From: campeis <12007735+campeis@users.noreply.github.com> Date: Tue, 16 Jan 2024 20:01:43 +0100 Subject: [PATCH] update to use handlebars v5 (#1087) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a7e4631b0..6ad44e4be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ pretty_env_logger = "0.5" tracing-subscriber = { version = "0.3", features = ["env-filter"] } tracing-log = "0.2" serde_derive = "1.0" -handlebars = "4.0" +handlebars = "5.0" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } tokio-stream = { version = "0.1.1", features = ["net"] } listenfd = "1.0"