Skip to content

Commit 7e3cf26

Browse files
Update askama version to 0.15.2 (rust-lang#16472)
Improves a few things, in particular for warnings. changelog: none
2 parents 2b16dcd + d463a8d commit 7e3cf26

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.15", default-features = false, features = ["alloc", "config", "derive"] }
45+
askama = { version = "0.15.2", default-features = false, features = ["alloc", "config", "derive"] }
4646

4747
[dev-dependencies.toml]
4848
version = "0.9.7"

0 commit comments

Comments
 (0)