Skip to content

chore(deps): bump tera from 2.1.1 to 2.3.0 - #10

Merged
IMXEren merged 1 commit into
devfrom
dependabot/cargo/dev/tera-2.3.0
Sep 13, 2026
Merged

IMXEren merged 1 commit into
devfrom
dependabot/cargo/dev/tera-2.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps tera from 2.1.1 to 2.3.0.

Changelog

Sourced from tera's changelog.

2.3.0 (2026-08-26)

  • 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

2.2.0 (2026-08-20)

  • Do not reserialize existing Value when serializing to a Value
  • Error on content in children templates that would have been ignored
  • Allows blocks inside if/elif/else again like in v1
  • Allows the indentation character of the indent filter to be configured
  • Add chained filter sections
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 2, 2026
Bumps [tera](https://github.com/Keats/tera) from 2.1.1 to 2.3.0.
- [Changelog](https://github.com/Keats/tera/blob/master/CHANGELOG.md)
- [Commits](Keats/tera@v2.1.1...v2.3.0)

---
updated-dependencies:
- dependency-name: tera
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/dev/tera-2.3.0 branch from df04ba3 to 975bbd2 Compare September 13, 2026 17:23
@IMXEren
IMXEren merged commit f861cd5 into dev Sep 13, 2026
2 checks passed
@IMXEren
IMXEren deleted the dependabot/cargo/dev/tera-2.3.0 branch September 13, 2026 17:29
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant