fix(deps): update rust crate minijinja to 0.33 by renovate[bot] · Pull Request #186 · zdz/ServerStatus-Rust
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| minijinja | dependencies | minor | 0.31 -> 0.33 |
Release Notes
mitsuhiko/minijinja
v0.33.0
- Hide accidentally exposed
Syntax::compilemethod. - Added
undeclared_variablesmethods toTemplateandExpression. (#250)
v0.32.1
- Fixed an issue with autoreload not working properly on windows. (#249)
v0.32.0
- Added
Value::is_number. (#240) TryFromforValuenow converts integers tof32andf64.- Added the new
custom_syntaxfeature which allows custom delimiters
to be configured. (#245) - Added
Kwargsabstraction to easier handle keyword arguments. - Fixed an issue that
Option<T>was incorrectly picking upnone
for undefined values. - The
sortfilter now acceptsreverse,attributeandcase_sensitive
by keyword argument and sorts case insensitive by default. - The
dictsortfilter now supports reversing, by value sorting,
and is sorting case insensitive by default.
v0.31.1
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.
- If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.