From 8997d733aa69c3b6db5a44e06f7c0f74ad315d6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:19:00 -0500 Subject: [PATCH] chore(deps): update handlebars requirement from 5.1.0 to 6.0.0 (#391) 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/v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: handlebars dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d851a19..18cbe601 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ anyhow = "1.0.72" tap = "1.0.1" tracing-texray = "0.2.0" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } -handlebars = "5.1.0" +handlebars = "6.0.0" serde_json = "1.0.1" [build-dependencies]