diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-12 08:16:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-12 08:16:53 +0000 |
commit | b4660ec40ecd38a3d3a55123d39fe6c2b08810ec (patch) | |
tree | 035cad1a640267c3c9a85ac1cfc208930ce98eb0 | |
parent | a28b2cc4eb64544f9ecd61be6080cf0ed0b8c680 (diff) |
build(deps): bump handlebars from 4.3.6 to 5.1.2dependabot/cargo/handlebars-5.1.2
Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 4.3.6 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/v4.3.6...v5.1.2)
---
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
@@ -492,9 +492,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "4.5.0" +version = "5.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225" +checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" dependencies = [ "log", "pest", @@ -24,7 +24,7 @@ dialoguer = "0.11.0" env_logger = "0.10.2" getset = "0.1.2" git2 = "0.16.1" -handlebars = "4.3.6" +handlebars = "5.1.2" is-terminal = "0.4.12" itertools = "0.12.1" log = "0.4.21" |