Skip to content

chore(deps): Update Rust crate tera to 2.3.0 - #1851

Merged
o2sh merged 1 commit into
mainfrom
renovate/tera-2.x
Aug 30, 2026
Merged

chore(deps): Update Rust crate tera to 2.3.0#1851
o2sh merged 1 commit into
mainfrom
renovate/tera-2.x

Conversation

@renovate

@renovate renovate Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
tera build-dependencies minor 2.2.02.3.0

Release Notes

Keats/tera (tera)

v2.3.0

Compare Source

  • Add State::{escape,autoescaping_enabled,escape_if_needed}
  • Add StringInput to use for input/parameters that is safety aware and use it for built-in filters: this
    means you should need less | safe and that string safety is passed around correctly. Safety is dropped by
    filters where the changes depend on the content itself (truncate can cut anywhere) and preserved when they specify exactly what changes (trim, replace).
  • Add escape filter that is safety aware (it will not escape an already safe string) and uses the current instance
    escape function
  • Escaping included templates is now done base on where it's included rather than the included template itself:
    for example a .txt included in a .html will now be autoescaped if Tera autoescapes on .html.
  • Fix double escape of filter/set blocks

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 4am on Monday"
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 30, 2026
@o2sh
o2sh merged commit 5040984 into main Aug 30, 2026
4 checks passed
@o2sh
o2sh deleted the renovate/tera-2.x branch August 30, 2026 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant