Skip to content

Commit 38a7d6c

Browse files
Update askama requirement from 0.12 to 0.13
Updates the requirements on [askama](https://github.com/askama-rs/askama) to permit the latest version. - [Release notes](https://github.com/askama-rs/askama/releases) - [Commits](askama-rs/askama@askama_escape/v0.13.0-pre.0...v0.13.0) --- updated-dependencies: - dependency-name: askama dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c35cc93 commit 38a7d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/todomvc/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ version = "0.0.0"
99
crate-type = ["cdylib"]
1010

1111
[build-dependencies]
12-
askama = "0.12"
12+
askama = "0.13"
1313

1414
[dependencies]
15-
askama = "0.12"
15+
askama = "0.13"
1616
console_error_panic_hook = "0.1.5"
1717
js-sys = { path = "../../crates/js-sys" }
1818
wasm-bindgen = { path = "../../" }

0 commit comments

Comments
 (0)