fix(deps): update rust crate minijinja to v2.3.0 #11

Merged
kjuulh merged 1 commits from renovate/all into main 2024-09-17 02:22:38 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
minijinja dependencies minor 2.2.0 -> 2.3.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mitsuhiko/minijinja (minijinja)

v2.3.0

Compare Source

  • Fixes some compiler warnings in Rust 1.81. #​575
  • Fixes incorrect ordering of maps when the keys of those maps
    were not in consistent order. #​569
  • Implemented the missing groupby filter. #​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
  • Changed sort order of Ord to avoid accidentally non total order
    that could cause panics on Rust 1.81. #​579
  • Added a Value::is_integer method to allow a user to tell floats
    and true integers apart. #​580

Configuration

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

🚦 Automerge: Enabled.

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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [minijinja](https://github.com/mitsuhiko/minijinja) | dependencies | minor | `2.2.0` -> `2.3.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mitsuhiko/minijinja (minijinja)</summary> ### [`v2.3.0`](https://github.com/mitsuhiko/minijinja/blob/HEAD/CHANGELOG.md#230) [Compare Source](https://github.com/mitsuhiko/minijinja/compare/2.2.0...2.3.0) - Fixes some compiler warnings in Rust 1.81. [#&#8203;575](https://github.com/mitsuhiko/minijinja/issues/575) - Fixes incorrect ordering of maps when the keys of those maps were not in consistent order. [#&#8203;569](https://github.com/mitsuhiko/minijinja/issues/569) - Implemented the missing `groupby` filter. [#&#8203;570](https://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. [#&#8203;571](https://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. [#&#8203;579](https://github.com/mitsuhiko/minijinja/issues/579) - Added a `Value::is_integer` method to allow a user to tell floats and true integers apart. [#&#8203;580](https://github.com/mitsuhiko/minijinja/issues/580) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-09-17 02:22:33 +02:00
fix(deps): update rust crate minijinja to v2.3.0
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
f5013373ec
kjuulh scheduled this pull request to auto merge when all checks succeed 2024-09-17 02:22:33 +02:00
kjuulh merged commit f5013373ec into main 2024-09-17 02:22:38 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/cuddle-clusters#11
No description provided.