diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-01 10:08:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-01 10:08:51 +0000 |
commit | 46b1cd5655854b60005043600d8844105fc0b2c6 (patch) | |
tree | 0fd358a609333c672127827bc4f32423311f3052 | |
parent | 50d5fdba0ad0a19e84102ec9239f57cab7542b19 (diff) |
build(deps): bump handlebars from 4.5.0 to 6.1.0dependabot/cargo/handlebars-6.1.0
Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 4.5.0 to 6.1.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/v4.5.0...v6.1.0)
---
updated-dependencies:
- dependency-name: handlebars
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -486,9 +486,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "4.5.0" +version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225" +checksum = "ce25b617d1375ef96eeb920ae717e3da34a02fc979fe632c75128350f9e1f74a" dependencies = [ "log", "pest", @@ -24,7 +24,7 @@ dialoguer = "0.11.0" env_logger = "0.10.2" getset = "0.1.2" git2 = "0.19.0" -handlebars = "4.3.6" +handlebars = "6.1.0" is-terminal = "0.4.13" itertools = "0.12.1" log = "0.4.21" |