Skip to content

Update Rust crate askama to 0.12 - autoclosed

Renovate [bot] requested to merge renovate/askama-0.x into master

This MR contains the following updates:

Package Type Update Change
askama build-dependencies minor 0.11 -> 0.12
askama dependencies minor 0.11 -> 0.12

Release Notes

djc/askama (askama)

v0.12.0

0.12.0

After 13 months of development, we're happy to announce the 0.12.0 release of Askama, the type safe, compiled Jinja-like template engine for Rust. For this release, @​Kijewski contributed most of the changes -- @​vallentin and @​djc are the other team members. This releases comes with integrations for Actix-Web 4, Axum 0.6, Gotham 0.7, hyper 0.14, Tide 0.16 and Warp 0.3. We removed our Iron integration, since this framework no longer seems to be actively maintained.

Features
Removed
  • Remove support for deprecated _parent field (#​613)
  • Remove ext argument in integrations (#​632)
  • Removed Iron integration (#​595)
Fixes
Documentation
Internal improvements
  • Unify handling of calls (#​614)
  • Optimize parsing of ranges (#​597)
  • Remove unneeded external dependencies (630)
  • Move all template creation into askama_shared (#​647)
  • Implement std::error::Error::source() (#​655)
  • Move features into derive crate (#​662, thanks to @​genusistimelord)
  • Remove unsafe code from askama_escape (#​665)
  • Expose features in integration crates (#​688)
  • Add caching action to shrink CI times (#​698, thanks to @​ludicast)
  • Skip caching calls (#​668)
  • Split contents of askama_shared crate into other crates (#​677)
  • Parse &str instead of &[u8] (#​541)
  • Move code generation into askama_derive (#​687)
  • Refactor parser (#​772)
  • Add derive for impl From<T: Template> for hyper::Body (#​776, thanks to @​valkum)
  • Replace toml_edit with basic-toml (#​780)

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


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

This MR has been generated by Renovate Bot.

Edited by Renovate [bot]

Merge request reports

Loading