From 605b861356ee2e718b01ba0a1b1605d72308b861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 22:03:44 +0000 Subject: [PATCH] chore(deps): update handlebars requirement from =6.0.0 to =6.1.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/v6.0.0...v6.1.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 788b5d5..1eb7215 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ clap = { version = "=4.5.17", features = ["std", "color", "suggestions", "cargo" clap_complete = "=4.5.26" petgraph = "=0.6.5" ansi_term = "=0.12.1" -handlebars = "=6.0.0" +handlebars = "=6.1.0" sha2 = "=0.10.8" hex = "=0.4.3" url = "=2.5.2"