Skip to content

Commit e372596

Browse files
Update askama requirement from 0.9.0 to 0.10.0 (#2221)
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.9.0...0.10.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 6b3d730 commit e372596

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.9.0"
11+
askama = "0.10.0"
1212

1313
[dependencies]
1414
js-sys = "0.3.41"
1515
wasm-bindgen = "0.2.64"
16-
askama = "0.9.0"
16+
askama = "0.10.0"
1717
console_error_panic_hook = "0.1.5"
1818

1919
[dependencies.web-sys]

0 commit comments

Comments
 (0)