ServerStatus-Rust icon indicating copy to clipboard operation
ServerStatus-Rust copied to clipboard

Update Rust crate minijinja to 0.22

Open renovate[bot] opened this issue 3 years ago • 0 comments

Mend Renovate

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

Compare Source

  • Add defined and undefined tests to always be included.
  • Removed Source::load_from_path.
  • Added Source::from_path.

Breaking Changes

  • Removed Source::load_from_path. Use Source::with_loader instead.

v0.21.0

Compare Source

  • 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, Test or Function from 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_slice and Value::get_get_item_by_index.
  • Added support for span error reporting. (#​118)
  • Greatly improved handling of nested errors. (#​119)
  • ImpossibleOperation is now InvalidOperation.
  • Added support for slice syntax. (#​120)

Breaking Changes

  • Filter, Test and Function are now sealed traits.
  • ErrorKind::ImpossibleOperation is now ErrorKind::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.

renovate[bot] avatar Sep 17 '22 21:09 renovate[bot]