From 76add5313064e649cb831fb1bd109bb5c0fa9298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 10:02:47 +0000 Subject: [PATCH] Bump handlebars from 4.1.6 to 4.2.1 Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 4.1.6 to 4.2.1. - [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/v4.1.6...v4.2.1) --- updated-dependencies: - dependency-name: handlebars dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- utils/frame/benchmarking-cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db6edfa81d539..bc765b3f3a211 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2733,9 +2733,9 @@ checksum = "62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3" [[package]] name = "handlebars" -version = "4.1.6" +version = "4.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "167fa173496c9eadd8749cca6f8339ac88e248f3ad2442791d0b743318a94fc0" +checksum = "25546a65e5cf1f471f3438796fc634650b31d7fcde01d444c309aeb28b92e3a8" dependencies = [ "log 0.4.14", "pest", diff --git a/utils/frame/benchmarking-cli/Cargo.toml b/utils/frame/benchmarking-cli/Cargo.toml index 20122c4279366..1c91acd4f3441 100644 --- a/utils/frame/benchmarking-cli/Cargo.toml +++ b/utils/frame/benchmarking-cli/Cargo.toml @@ -37,7 +37,7 @@ clap = { version = "3.0", features = ["derive"] } chrono = "0.4" serde = "1.0.136" serde_json = "1.0.74" -handlebars = "4.1.6" +handlebars = "4.2.1" Inflector = "0.11.4" linked-hash-map = "0.5.4" log = "0.4.8"