From 8779a3652c147855258739b8ea05a06abe402624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:47:29 +0000 Subject: [PATCH] build(deps): update handlebars requirement from 4 to 5 Updates the requirements on [handlebars](https://github.com/sunng87/handlebars-rust) to permit the latest version. - [Release notes](https://github.com/sunng87/handlebars-rust/releases) - [Changelog](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/sunng87/handlebars-rust/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: handlebars dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f97d4db..3f89c21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ tracing = "0.1" tracing-subscriber = "0.3" html-escape = "0.2" -handlebars = { version = "4", features = ["script_helper", "dir_source"] } +handlebars = { version = "5", features = ["script_helper", "dir_source"] } lazy_static = "1.4" latex2mathml = "0.2"