Skip to content

Commit c12bc22

Browse files
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`
2 parents b6b97a7 + f674c80 commit c12bc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ walkdir = "2.3"
4242
filetime = "0.2.9"
4343
itertools = "0.12"
4444
pulldown-cmark = { version = "0.11", default-features = false, features = ["html"] }
45-
askama = { version = "0.13", default-features = false, features = ["alloc", "config", "derive"] }
45+
askama = { version = "0.14", default-features = false, features = ["alloc", "config", "derive"] }
4646

4747
# UI test dependencies
4848
if_chain = "1.0"

0 commit comments

Comments
 (0)