about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2025-05-25 07:26:12 +0000
committerGitHub <noreply@github.com>2025-05-25 07:26:12 +0000
commitc12bc221671f18efec5f94bdcc684e762290d9b2 (patch)
tree7e40a9786d45ec399bda5439501b9d33e5e2b010
parentb6b97a741cad25bb9cd3250544b6fe06a1ab59cd (diff)
parentf674c809c8ec57e234cc0cb5cc844340927d193c (diff)
downloadrust-c12bc221671f18efec5f94bdcc684e762290d9b2.tar.gz
rust-c12bc221671f18efec5f94bdcc684e762290d9b2.zip
Update `askama` to `0.14.0` version (#14888)
No breaking changes for clippy in this update (which only impacts the
lint page).

The askama release information is
[here](https://github.com/askama-rs/askama/releases/tag/v0.14.0).

r? @samueltardieu

changelog: update askama version to `0.14.0`
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2da350ba44e..5584ded0a4a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ walkdir = "2.3"
 filetime = "0.2.9"
 itertools = "0.12"
 pulldown-cmark = { version = "0.11", default-features = false, features = ["html"] }
-askama = { version = "0.13", default-features = false, features = ["alloc", "config", "derive"] }
+askama = { version = "0.14", default-features = false, features = ["alloc", "config", "derive"] }
 
 # UI test dependencies
 if_chain = "1.0"