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.3.1 #567

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Type Update Change
minijinja dependencies minor 2.2.0 -> 2.3.1

Release Notes

mitsuhiko/minijinja (minijinja) ### [`v2.3.1`](https://redirect.github.com/mitsuhiko/minijinja/blob/HEAD/CHANGELOG.md#231) [Compare Source](https://redirect.github.com/mitsuhiko/minijinja/compare/2.3.0...2.3.1) - Fixes a regresion in `PartialEq` / `Eq` in `Value` caused by changes in 2.3.0. [#​584](https://redirect.github.com/mitsuhiko/minijinja/issues/584) ### [`v2.3.0`](https://redirect.github.com/mitsuhiko/minijinja/blob/HEAD/CHANGELOG.md#230) [Compare Source](https://redirect.github.com/mitsuhiko/minijinja/compare/2.2.0...2.3.0) - Fixes some compiler warnings in Rust 1.81. [#​575](https://redirect.github.com/mitsuhiko/minijinja/issues/575) - Fixes incorrect ordering of maps when the keys of those maps were not in consistent order. [#​569](https://redirect.github.com/mitsuhiko/minijinja/issues/569) - Implemented the missing `groupby` filter. [#​570](https://redirect.github.com/mitsuhiko/minijinja/issues/570) - The `unique` filter now is case insensitive by default like in Jinja2 and supports an optional flag to make it case sensitive. It also now lets one check individual attributes instead of values. [#​571](https://redirect.github.com/mitsuhiko/minijinja/issues/571) - Changed sort order of `Ord` to avoid accidentally non total order that could cause panics on Rust 1.81. [#​579](https://redirect.github.com/mitsuhiko/minijinja/issues/579) - Added a `Value::is_integer` method to allow a user to tell floats and true integers apart. [#​580](https://redirect.github.com/mitsuhiko/minijinja/issues/580)

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.

pando85 commented 1 week ago

Link: https://github.com/mitsuhiko/minijinja/discussions/582

renovate[bot] commented 1 week ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

pando85 commented 1 week ago

Fixed in https://github.com/mitsuhiko/minijinja/pull/584