From 9685a796cac58d81f496726fc73db185773fa519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:38:32 +0000 Subject: [PATCH] Update handlebars requirement from 5.1.2 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.2...v6.0.0) --- updated-dependencies: - dependency-name: handlebars dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jupiter/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupiter/Cargo.toml b/jupiter/Cargo.toml index e8cab5109..3449a4bf9 100644 --- a/jupiter/Cargo.toml +++ b/jupiter/Cargo.toml @@ -30,7 +30,7 @@ futures = { workspace = true } serde_json = { workspace = true } idgenerator = { workspace = true } rayon = { workspace = true } -handlebars = "5.1.2" +handlebars = "6.0.0" [dev-dependencies] tokio = { workspace = true, features = ["macros"] }