From c1d9ff1d6877bc6c8c9cd91128a8d5be4ab28804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:00:45 +0000 Subject: [PATCH] chore(deps): update handlebars requirement from 5.1.0 to 6.0.0 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c6718c9..543f2fed 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]