From 1cbf029b1867505e1e6f75ae9674613ae3533710 Mon Sep 17 00:00:00 2001 From: campeis <12007735+campeis@users.noreply.github.com> Date: Tue, 23 Jul 2024 13:14:33 +0200 Subject: [PATCH] chore(deps): update handlebars to v6 (#1102) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec888e85..fda2c1ac 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 = "5.0" +handlebars = "6.0" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } tokio-stream = { version = "0.1.1", features = ["net"] } listenfd = "1.0"