Skip to content

Commit 8aed185

Browse files
authored
Bump askama dev-dependency to 0.15 (#16341)
The rust-lang/rust workspace is currently using 0.15, so this will eliminate a duplicate dependency. ``` changelog: none ```
2 parents f39e7e0 + 814ee13 commit 8aed185

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", default-features = false, features = ["alloc", "config", "derive"] }
4646

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

0 commit comments

Comments
 (0)