From c07287db9643f7e04c0eb64cc273b01169c0b7db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 11:04:29 +0000 Subject: [PATCH] build(deps): update handlebars requirement from =4.3.6 to =4.3.7 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/v4.3.7/CHANGELOG.md) - [Commits](https://github.com/sunng87/handlebars-rust/compare/v4.3.6...v4.3.7) --- updated-dependencies: - dependency-name: handlebars dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 7b22424a..70ce59de 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -26,7 +26,7 @@ const_format = "0.2" regex = "1.6" jsonpath_lib = "0.3" jsonpath-plus = "0.1" -handlebars = "=4.3.6" +handlebars = "=4.3.7" lazy_static = "1.4" base64 = { version = "0.21", default-features = false, features = ["alloc"] } futures = "0.3"