fix(deps): update rust crate minijinja to 0.33 by renovate[bot] · Pull Request #186 · zdz/ServerStatus-Rust

Mend Renovate

This PR contains the following updates:

Package Type Update Change
minijinja dependencies minor 0.31 -> 0.33

Release Notes

mitsuhiko/minijinja

v0.33.0

Compare Source

  • Hide accidentally exposed Syntax::compile method.
  • Added undeclared_variables methods to Template and Expression. (#​250)

v0.32.1

Compare Source

  • Fixed an issue with autoreload not working properly on windows. (#​249)

v0.32.0

Compare Source

  • Added Value::is_number. (#​240)
  • TryFrom for Value now converts integers to f32 and f64.
  • Added the new custom_syntax feature which allows custom delimiters
    to be configured. (#​245)
  • Added Kwargs abstraction to easier handle keyword arguments.
  • Fixed an issue that Option<T> was incorrectly picking up none
    for undefined values.
  • The sort filter now accepts reverse, attribute and case_sensitive
    by keyword argument and sorts case insensitive by default.
  • The dictsort filter now supports reversing, by value sorting,
    and is sorting case insensitive by default.

v0.31.1

Compare Source

  • The in operator now does not fail if the value is undefined and the
    undefined behavior is not strict. (#​235)
  • The Python binding now supports finalizers. (#​238)

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.