Skip to content

Commit

Permalink
chore(deps): update rust crate handlebars to v6 (#254)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [handlebars](https://github.com/sunng87/handlebars-rust) | workspace.dependencies | major | `5.1.2` -> `6.0.0` |

---

### Release Notes

<details>
<summary>sunng87/handlebars-rust (handlebars)</summary>

### [`v6.0.0`](https://github.com/sunng87/handlebars-rust/blob/HEAD/CHANGELOG.md#600---2024-07-20)

[Compare Source](https://github.com/sunng87/handlebars-rust/compare/v5.1.2...v6.0.0)

-   \[Fixed] Various indent issue with partials, empty lines and helpers \[[#&#8203;646](https://github.com/sunng87/handlebars-rust/issues/646)]
    \[[#&#8203;654](https://github.com/sunng87/handlebars-rust/issues/654)] \[[#&#8203;658](https://github.com/sunng87/handlebars-rust/issues/658)]
-   \[Fixed] Bug when accessing nested path \[[#&#8203;651](https://github.com/sunng87/handlebars-rust/issues/651)]
-   \[Added] New public access to `PathSeg` \[[#&#8203;656](https://github.com/sunng87/handlebars-rust/issues/656)]
-   \[Added] New API to set single block params in `BlockContext` \[[#&#8203;655](https://github.com/sunng87/handlebars-rust/issues/655)]
-   \[Added] `From<RenderError>` for `RenderErrorReason` \[[#&#8203;644](https://github.com/sunng87/handlebars-rust/issues/644)]
-   \[Changed] Add `non_exhaustive` attribute to all public memebers \[[#&#8203;647](https://github.com/sunng87/handlebars-rust/issues/647)]
-   \[Changed] `RenderContext` API and improved performance for partial rendering
    \[[#&#8203;661](https://github.com/sunng87/handlebars-rust/issues/661)] \[[#&#8203;662](https://github.com/sunng87/handlebars-rust/issues/662)]
-   \[Changed] Improved error messsage for template parsing \[[#&#8203;638](https://github.com/sunng87/handlebars-rust/issues/638)]

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/andrzejressel/pulumi-wasm).
  • Loading branch information
renovate[bot] committed Jul 20, 2024
1 parent 0640804 commit f436782
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ cargo_metadata = "0.18.1"
itertools = "0.13.0"
testdir = "0.9.1"
fs_extra = "1.3.0"
handlebars = "5.1.2"
handlebars = "6.0.0"
convert_case = "0.6.0"
automod = "1.0.14"
mockall = "0.12.1"
Expand Down

0 comments on commit f436782

Please sign in to comment.