fix(deps): update rust crate minijinja to v2.3.0 #11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
2.2.0
->2.3.0
Release Notes
mitsuhiko/minijinja (minijinja)
v2.3.0
Compare Source
were not in consistent order. #569
groupby
filter. #570unique
filter now is case insensitive by default like inJinja2 and supports an optional flag to make it case sensitive.
It also now lets one check individual attributes instead of
values. #571
Ord
to avoid accidentally non total orderthat could cause panics on Rust 1.81. #579
Value::is_integer
method to allow a user to tell floatsand 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.
This PR has been generated by Renovate Bot.