Bump handlebars from 3.5.3 to 4.1.4 (#10273)

Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 3.5.3 to 4.1.4.
- [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/v3.5.3...v4.1.4)

---
updated-dependencies:
- dependency-name: handlebars
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-11-16 14:03:48 +01:00
committed by GitHub
parent 41218ba184
commit 2fa2e66019
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2529,9 +2529,9 @@ checksum = "62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3"
[[package]]
name = "handlebars"
version = "3.5.3"
version = "4.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb0867bbc5a3da37a753e78021d5fcf8a4db00e18dd2dd90fd36e24190e162d"
checksum = "e1874024f4a29f47d609014caec0b1c866f1c1eb0661a09c9733ecc4757f5f88"
dependencies = [
"log 0.4.14",
"pest",
@@ -28,7 +28,7 @@ codec = { version = "2.0.0", package = "parity-scale-codec" }
structopt = "0.3.25"
chrono = "0.4"
serde = "1.0.126"
handlebars = "3.5.0"
handlebars = "4.1.4"
Inflector = "0.11.4"
linked-hash-map = "0.5.4"
log = "0.4.8"