ServerStatus-Rust
ServerStatus-Rust copied to clipboard
Update Rust crate minijinja to 0.22
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| minijinja | dependencies | minor | 0.20 -> 0.22 |
Release Notes
mitsuhiko/minijinja
v0.22.1
- Fixed an incorrect manifest for
minijinja-autoreload.
v0.22.0
- Add
definedandundefinedtests to always be included. - Removed
Source::load_from_path. - Added
Source::from_path.
Breaking Changes
- Removed
Source::load_from_path. UseSource::with_loaderinstead.
v0.21.0
- Added custom autoescape settings.
- Added custom formatters.
- Restructured engine internals for greater clarity.
- Added support for rendering to
io::Write. (#111) - Make it impossible to implement
Fitler,TestorFunctionfrom outside the crate by sealed the traits. (#113) - Added support for remaining arguments with
Rest. (#114) - Filters, tests and functions can now borrow arguments. (#115)
- Added
Value::as_sliceandValue::get_get_item_by_index. - Added support for span error reporting. (#118)
- Greatly improved handling of nested errors. (#119)
ImpossibleOperationis nowInvalidOperation.- Added support for slice syntax. (#120)
Breaking Changes
Filter,TestandFunctionare now sealed traits.ErrorKind::ImpossibleOperationis nowErrorKind::InvalidOperation.- Moved up MSRV to 1.61.0 due to bugs on older rust versions related to HRTBs.
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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.