From 2d6f93df7c8f1607a336ec92b51aed37824459c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:32:50 +0000 Subject: [PATCH] chore(deps): bump handlebars from 5.1.0 to 5.1.2 Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 5.1.0 to 5.1.2. - [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.0...v5.1.2) --- updated-dependencies: - dependency-name: handlebars dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4a47808..21fffaeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3174,7 +3174,7 @@ dependencies = [ "fluent-syntax", "fluent-template-macros", "flume 0.10.14", - "handlebars 5.1.0", + "handlebars 5.1.2", "heck 0.4.1", "ignore", "intl-memoizer", @@ -3669,9 +3669,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "5.1.0" +version = "5.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab283476b99e66691dee3f1640fea91487a8d81f50fb5ecc75538f8f8879a1e4" +checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" dependencies = [ "log", "pest", @@ -7548,7 +7548,7 @@ dependencies = [ "actix-web-lab", "env_logger", "fluent-templates", - "handlebars 5.1.0", + "handlebars 5.1.2", "serde", "serde_json", ] @@ -7560,7 +7560,7 @@ dependencies = [ "actix-web", "actix-web-lab", "env_logger", - "handlebars 5.1.0", + "handlebars 5.1.2", "serde_json", ] @@ -8231,7 +8231,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "rand 0.8.5", "static_assertions", ]