From be76c6012592c938e023b06de5afd8e109132c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:19:04 +0000 Subject: [PATCH] deps: update handlebars requirement from 5.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/v5.0.0...v6.1.0) --- updated-dependencies: - dependency-name: handlebars dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- handlebars/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlebars/Cargo.toml b/handlebars/Cargo.toml index cb725a1394..6e11940b80 100644 --- a/handlebars/Cargo.toml +++ b/handlebars/Cargo.toml @@ -12,7 +12,7 @@ categories = ["web-programming::http-server", "web-programming"] [dependencies] glob = "0.3.1" -handlebars = { version = "5.0.0", features = ["dir_source"] } +handlebars = { version = "6.1.0", features = ["dir_source"] } log = "0.4.20" serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108"