Update Rust crate minijinja to 0.26 by renovate[bot] · Pull Request #97 · zdz/ServerStatus-Rust
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| minijinja | dependencies | minor | 0.24 -> 0.26 |
Release Notes
mitsuhiko/minijinja
v0.26.0
- Changed
Object::attributesto being an iterator. (#138) Arc<T: Object>now implementsObject. (#139)- Aligned semantics of top-level template code after
extendswith Jinja2. (#140) - Exposed value creation from Arcs. (#141)
- Performance improvements for value conversions and object creation. (#142)
- Align iteration behavior of dynamic objects with maps.
Breaking Changes
- The
attributesmethod on objects now returns iterators. To make the
transition easy change[..]toBox::new([..].into_iter()).
v0.25.0
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.