chore(deps): update rust crate askama to 0.16.0 #1721

Merged
ginger merged 1 commit from renovate/askama-0.x into main 2026-05-03 14:40:44 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
askama (source) dependencies minor 0.15.10.16.0
askama (source) workspace.dependencies minor 0.15.00.16.0

Release Notes

askama-rs/askama (askama)

v0.16.0

Compare Source

This new release increases compatibility with jinja language, add support for more rust expressions in the templates. Take a look at the book for the migration guide.

( = breaking change)

New features
Bugfixes
Other
Performance
Documentation
Internal changes
New Contributors

Full Changelog: https://github.com/askama-rs/askama/compare/v0.15.4...v0.16.0


Configuration

📅 Schedule: (UTC)

  • 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [askama](https://askama.rs/) ([source](https://github.com/askama-rs/askama)) | dependencies | minor | `0.15.1` → `0.16.0` | | [askama](https://askama.rs/) ([source](https://github.com/askama-rs/askama)) | workspace.dependencies | minor | `0.15.0` → `0.16.0` | --- ### Release Notes <details> <summary>askama-rs/askama (askama)</summary> ### [`v0.16.0`](https://github.com/askama-rs/askama/releases/tag/v0.16.0) [Compare Source](https://github.com/askama-rs/askama/compare/v0.15.6...v0.16.0) This new release increases compatibility with `jinja` language, add support for more rust expressions in the templates. Take a look at the [book](https://askama.rs/en/stable/upgrading.html) for the migration guide. (❗ = breaking change) ##### New features - ❗Add support for `let blocks` by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;697](https://github.com/askama-rs/askama/pull/697) - Implement compound assignments (e.g. `{% mut a += 1 %}`) by [@&#8203;Kijewski](https://github.com/Kijewski) in [#&#8203;685](https://github.com/askama-rs/askama/pull/685) - Add support for tuple, array and slice in type generics by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;721](https://github.com/askama-rs/askama/pull/721) - Add support for macro args type annotations by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;722](https://github.com/askama-rs/askama/pull/722) - Add support for `caller()` in variable declaration by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;724](https://github.com/askama-rs/askama/pull/724) - Add glob support for `dirs` in config file by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;731](https://github.com/askama-rs/askama/pull/731) ##### Bugfixes - Fix jinja macro arguments handling by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;709](https://github.com/askama-rs/askama/pull/709) - parser: reject non-ASCII characters in byte literals by [@&#8203;Kijewski](https://github.com/Kijewski) in [#&#8203;694](https://github.com/askama-rs/askama/pull/694) - parser: reject syntaxes that could cause catastrophic backtracking by [@&#8203;Kijewski](https://github.com/Kijewski) in [#&#8203;695](https://github.com/askama-rs/askama/pull/695) - derive: make sure the `size_hint` is collected by [@&#8203;Kijewski](https://github.com/Kijewski) in [#&#8203;700](https://github.com/askama-rs/askama/pull/700) - Fix build determinism and macro path management by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;710](https://github.com/askama-rs/askama/pull/710) - Correctly handle non-ident item in block error by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;717](https://github.com/askama-rs/askama/pull/717) - Fix compiler error with recursive types on recursive templates by using `dyn` instead of plain generic bounds by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;726](https://github.com/askama-rs/askama/pull/726) - Fix print = "code" by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;729](https://github.com/askama-rs/askama/pull/729) - Switch to `std::path::absolute` to avoid symlinking template paths by [@&#8203;kaepr](https://github.com/kaepr) in [#&#8203;720](https://github.com/askama-rs/askama/pull/720) - Fix askama template when called from within a macro in a different crate by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;728](https://github.com/askama-rs/askama/pull/728) ##### Other - ❗Turn duplicated block warning into an error by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;711](https://github.com/askama-rs/askama/pull/711) ##### Performance - Greatly speed up nested array parsing by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;702](https://github.com/askama-rs/askama/pull/702) ##### Documentation - Add custom escaper example by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;725](https://github.com/askama-rs/askama/pull/725) - Improve documentation for `config` by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;732](https://github.com/askama-rs/askama/pull/732) - Document when `Template` trait methods can return `Err` by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;730](https://github.com/askama-rs/askama/pull/730) ##### Internal changes - Limit recursions for `Ty` generics by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;723](https://github.com/askama-rs/askama/pull/723) - Add regression test for temporary refs for [#&#8203;661](https://github.com/askama-rs/askama/issues/661) by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;688](https://github.com/askama-rs/askama/pull/688) - Add `complex-expression` benchmark by [@&#8203;Kijewski](https://github.com/Kijewski) in [#&#8203;691](https://github.com/askama-rs/askama/pull/691) - Simplify `Cargo.toml` files by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;696](https://github.com/askama-rs/askama/pull/696) - Clean compound implementation by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;699](https://github.com/askama-rs/askama/pull/699) - Update `rand`+`rand_xoshiro` dev-dependencies by [@&#8203;Kijewski](https://github.com/Kijewski) in [#&#8203;701](https://github.com/askama-rs/askama/pull/701) - Upgrade winnow to 1.0 by [@&#8203;jplatte](https://github.com/jplatte) in [#&#8203;715](https://github.com/askama-rs/askama/pull/715) - Remove unnecessary .clone() by [@&#8203;jplatte](https://github.com/jplatte) in [#&#8203;716](https://github.com/askama-rs/askama/pull/716) - Remove unused lifetime parameter on SyntaxAndCache by [@&#8203;jplatte](https://github.com/jplatte) in [#&#8203;714](https://github.com/askama-rs/askama/pull/714) - Correctly handle non-ident item in block error by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;717](https://github.com/askama-rs/askama/pull/717) - Update `trybuild` version to `1.0.116` to enforce diagnostics width by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in [#&#8203;718](https://github.com/askama-rs/askama/pull/718) ##### New Contributors - [@&#8203;jplatte](https://github.com/jplatte) made their first contribution in [#&#8203;715](https://github.com/askama-rs/askama/pull/715) - [@&#8203;kaepr](https://github.com/kaepr) made their first contribution in [#&#8203;720](https://github.com/askama-rs/askama/pull/720) **Full Changelog**: <https://github.com/askama-rs/askama/compare/v0.15.4...v0.16.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmNpZXMiLCJEZXBlbmRlbmNpZXMvUmVub3ZhdGUiXX0=-->
chore(deps): update rust crate askama to 0.16.0
All checks were successful
Auto Labeler / Apply labels based on changed files (pull_request_target) Successful in 4s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m20s
Checks / Prek / Check changed files (pull_request) Successful in 29s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m18s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 8s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m58s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 12m31s
5f6da58c90
ginger merged commit 73d8462ace into main 2026-05-03 14:40:44 +00:00
ginger deleted branch renovate/askama-0.x 2026-05-03 14:40:44 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
continuwuation/continuwuity!1721
No description provided.