Update Rust crate minijinja to 0.26 by renovate[bot] · Pull Request #97 · zdz/ServerStatus-Rust

Mend Renovate

This PR contains the following updates:

Package Type Update Change
minijinja dependencies minor 0.24 -> 0.26

Release Notes

mitsuhiko/minijinja

v0.26.0

Compare Source

  • Changed Object::attributes to being an iterator. (#​138)
  • Arc<T: Object> now implements Object. (#​139)
  • Aligned semantics of top-level template code after extends with 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 attributes method on objects now returns iterators. To make the
    transition easy change [..] to Box::new([..].into_iter()).

v0.25.0

Compare Source

  • Added support for recursive macro invocations. (#​133)
  • Added optional unicode identifier support. (#​134)

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.