From 5ded76a4438904af309548ce21e7b0ab6e792b93 Mon Sep 17 00:00:00 2001 From: Alessandro Campeis <12007735+campeis@users.noreply.github.com> Date: Tue, 23 Jul 2024 07:59:18 +0200 Subject: [PATCH] chore(deps): update handlebars to v6 --- 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"