From 420fd282a839f4ff03f472228ed8a092afe60211 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 09:09:01 +0000 Subject: [PATCH] build(deps): Update handlebars requirement in /dt-core 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.4.0...v5.0.0) --- updated-dependencies: - dependency-name: handlebars dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dt-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dt-core/Cargo.toml b/dt-core/Cargo.toml index 57acb48..4f9fb45 100644 --- a/dt-core/Cargo.toml +++ b/dt-core/Cargo.toml @@ -16,7 +16,7 @@ content_inspector = "0.2.4" dirs = "5.0.1" gethostname = "0.4.3" glob = "0.3.1" -handlebars = "4.4.0" +handlebars = "5.0.0" log = "0.4.20" path-clean = "1.0.1" regex = "1.9.5"