chore(deps): update rust crate minijinja to v2.2.0 #195

Merged
lucas merged 1 commit from renovate/minijinja-2.x-lockfile into master 2024-08-27 08:20:37 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
minijinja workspace.dependencies minor 2.1.2 -> 2.2.0

Release Notes

mitsuhiko/minijinja (minijinja)

v2.2.0

Compare Source

  • Fixes a bug where some enums did not deserialize correctly when
    used with ViaDeserialize. #​554
  • Implemented IntoDeserializer for Value and &Value. #​555
  • Added filesizeformat to minijinja-contrib. #​556
  • Added support for the loop_controls feature which adds
    {% break %} and {% continue %}. #​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

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 is behind base branch, 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) | workspace.dependencies | minor | `2.1.2` -> `2.2.0` | --- ### Release Notes <details> <summary>mitsuhiko/minijinja (minijinja)</summary> ### [`v2.2.0`](https://github.com/mitsuhiko/minijinja/blob/HEAD/CHANGELOG.md#220) [Compare Source](https://github.com/mitsuhiko/minijinja/compare/2.1.2...2.2.0) - Fixes a bug where some enums did not deserialize correctly when used with `ViaDeserialize`. [#&#8203;554](https://github.com/mitsuhiko/minijinja/issues/554) - Implemented `IntoDeserializer` for `Value` and `&Value`. [#&#8203;555](https://github.com/mitsuhiko/minijinja/issues/555) - Added `filesizeformat` to minijinja-contrib. [#&#8203;556](https://github.com/mitsuhiko/minijinja/issues/556) - Added support for the `loop_controls` feature which adds `{% break %}` and `{% continue %}`. [#&#8203;558](https://github.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. [#&#8203;565](https://github.com/mitsuhiko/minijinja/issues/565) </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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMS4wIiwidXBkYXRlZEluVmVyIjoiMzguMjEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-08-26 22:45:43 +02:00
chore(deps): update rust crate minijinja to v2.2.0
All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
67c64bb357
lucas merged commit 9f90b45275 into master 2024-08-27 08:20:37 +02:00
lucas deleted branch renovate/minijinja-2.x-lockfile 2024-08-27 08:20:37 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
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: bitsquid_dt/dtmt#195
No description provided.