From 87d2421e721c61d841fc210ab937082c26ba7efb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 08:54:52 +0000 Subject: [PATCH] Bump handlebars from 5.1.2 to 6.0.0 Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 5.1.2 to 6.0.0. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- josh-templates/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97632551..232f1207 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1269,9 +1269,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "5.1.2" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" +checksum = "5226a0e122dc74917f3a701484482bed3ee86d016c7356836abbaa033133a157" dependencies = [ "log", "pest", diff --git a/josh-templates/Cargo.toml b/josh-templates/Cargo.toml index 5b8990d6..cd2f5d0c 100644 --- a/josh-templates/Cargo.toml +++ b/josh-templates/Cargo.toml @@ -9,5 +9,5 @@ josh = { path = "../josh-core" } josh-graphql = { path = "../josh-graphql" } juniper = { workspace = true } serde_json = { workspace = true } -handlebars = "5.1.2" +handlebars = "6.0.0" form_urlencoded = "1.2.1"