Skip to content

Commit 1edd43a

Browse files
Update askama requirement from 0.7.2 to 0.9.0 (#2187)
Updates the requirements on [askama](https://github.com/djc/askama) to permit the latest version. - [Release notes](https://github.com/djc/askama/releases) - [Commits](askama-rs/askama-old@0.7.2...0.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent e015189 commit 1edd43a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/todomvc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ edition = "2018"
88
crate-type = ["cdylib"]
99

1010
[build-dependencies]
11-
askama = "0.7.2"
11+
askama = "0.9.0"
1212

1313
[dependencies]
1414
js-sys = "0.3.40"
1515
wasm-bindgen = "0.2.63"
16-
askama = "0.7.2"
16+
askama = "0.9.0"
1717
console_error_panic_hook = "0.1.5"
1818

1919
[dependencies.web-sys]

0 commit comments

Comments
 (0)