Skip to content

Commit f674c80

Browse files
Update askama to 0.14.0 version
1 parent b6b97a7 commit f674c80

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)