Skip to content

Commit 29e103b

Browse files
Update askama version to 0.15.1
1 parent b193e4f commit 29e103b

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

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

0 commit comments

Comments
 (0)