rash-sh / rash

Declarative shell scripting using Rust native bindings inspired by Ansible
https://rash-sh.github.io
GNU General Public License v3.0
205 stars 6 forks source link

build(deps): Update Rust crate minijinja to v2.2.0 #543

Closed renovate[bot] closed 4 weeks ago

renovate[bot] commented 4 weeks ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
minijinja dependencies minor 2.1.2 -> 2.2.0

Release Notes

mitsuhiko/minijinja (minijinja) ### [`v2.2.0`](https://togithub.com/mitsuhiko/minijinja/blob/HEAD/CHANGELOG.md#220) [Compare Source](https://togithub.com/mitsuhiko/minijinja/compare/2.1.2...2.2.0) - Fixes a bug where some enums did not deserialize correctly when used with `ViaDeserialize`. [#​554](https://togithub.com/mitsuhiko/minijinja/issues/554) - Implemented `IntoDeserializer` for `Value` and `&Value`. [#​555](https://togithub.com/mitsuhiko/minijinja/issues/555) - Added `filesizeformat` to minijinja-contrib. [#​556](https://togithub.com/mitsuhiko/minijinja/issues/556) - Added support for the `loop_controls` feature which adds `{% break %}` and `{% continue %}`. [#​558](https://togithub.com/mitsuhiko/minijinja/issues/558) - Iterables can now be indexed into. It was already possible previously to slice them. This improves support for Jinja2 compatibility as Jinja2 is more likely to create temporary lists when slicing lists. [#​565](https://togithub.com/mitsuhiko/minijinja/issues/565)

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.



This PR was generated by Mend Renovate. View the repository job log.