Skip to content

Commit

Permalink
Update askama requirement from 0.7.2 to 0.9.0 (#2187)
Browse files Browse the repository at this point in the history
Updates the requirements on [askama](https://github.com/djc/askama) to permit the latest version.
- [Release notes](https://github.com/djc/askama/releases)
- [Commits](https://github.com/djc/askama/compare/0.7.2...0.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Jun 5, 2020
1 parent e015189 commit 1edd43a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/todomvc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ edition = "2018"
crate-type = ["cdylib"]

[build-dependencies]
askama = "0.7.2"
askama = "0.9.0"

[dependencies]
js-sys = "0.3.40"
wasm-bindgen = "0.2.63"
askama = "0.7.2"
askama = "0.9.0"
console_error_panic_hook = "0.1.5"

[dependencies.web-sys]
Expand Down

0 comments on commit 1edd43a

Please sign in to comment.