Update Rust crate askama to 0.14.0 #399

Open
renovate wants to merge 1 commits from renovate/askama-0.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
askama (source) dependencies minor 0.13.1 -> 0.14.0

Release Notes

askama-rs/askama (askama)

v0.14.0

Compare Source

Added Features

Bug Fixes And Consistency

Further Changes

New Contributors

Full Changelog: https://github.com/askama-rs/askama/compare/v0.13.0...v0.14.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [askama](https://askama.readthedocs.io/) ([source](https://github.com/askama-rs/askama)) | dependencies | minor | `0.13.1` -> `0.14.0` | --- ### Release Notes <details> <summary>askama-rs/askama (askama)</summary> ### [`v0.14.0`](https://github.com/askama-rs/askama/releases/tag/v0.14.0) [Compare Source](https://github.com/askama-rs/askama/compare/v0.13.1...v0.14.0) #### Added Features - Implement `Values` on tuple by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in https://github.com/askama-rs/askama/pull/391 - Pass variables to sub-templates more reliably even if indirectly by [@&#8203;Kijewski](https://github.com/Kijewski) in https://github.com/askama-rs/askama/pull/397 - Implement `first` and `blank` arguments for `|indent` by [@&#8203;Kijewski](https://github.com/Kijewski) in https://github.com/askama-rs/askama/pull/401 - Add named arguments for builtin filters by [@&#8203;Kijewski](https://github.com/Kijewski) in https://github.com/askama-rs/askama/pull/403 - Add `unique` filter by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in https://github.com/askama-rs/askama/pull/405 #### Bug Fixes And Consistency - `askama_derive` accidentally exposed as a feature by [@&#8203;Kijewski](https://github.com/Kijewski) in https://github.com/askama-rs/askama/pull/384 - Track config files by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in https://github.com/askama-rs/askama/pull/385 - If using local variable as value when creating a new variable, do not put it behind a reference by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in https://github.com/askama-rs/askama/pull/392 - generator: make `CARGO_MANIFEST_DIR` part of `ConfigKey` by [@&#8203;strickczq](https://github.com/strickczq) in https://github.com/askama-rs/askama/pull/395 - Do not put question mark initialization expressions behind a reference by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in https://github.com/askama-rs/askama/pull/400 - Update to more current rust version on readthedocs by [@&#8203;Kijewski](https://github.com/Kijewski) in https://github.com/askama-rs/askama/pull/410 - Fix `unique` filter implementation by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in https://github.com/askama-rs/askama/pull/417 - Add `|titlecase` as alias for `|title` by [@&#8203;Kijewski](https://github.com/Kijewski) in https://github.com/askama-rs/askama/pull/416 #### Further Changes - book: add page about `FastWritable` by [@&#8203;Kijewski](https://github.com/Kijewski) in https://github.com/askama-rs/askama/pull/407 - Add throughput to derive benchmark by [@&#8203;Kijewski](https://github.com/Kijewski) in https://github.com/askama-rs/askama/pull/413 - Move `FastWritable` into `askama` root by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in https://github.com/askama-rs/askama/pull/411 #### New Contributors - [@&#8203;strickczq](https://github.com/strickczq) made their first contribution in https://github.com/askama-rs/askama/pull/395 **Full Changelog**: https://github.com/askama-rs/askama/compare/v0.13.0...v0.14.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-04-24 00:17:05 +00:00
Update Rust crate askama to 0.14.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
f869bbde07
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/askama-0.x:renovate/askama-0.x
git checkout renovate/askama-0.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/BasicOIDC#399
No description provided.