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](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>
This commit is contained in:
dependabot-preview[bot] 2020-06-05 09:26:16 -05:00 committed by GitHub
parent e0151898b7
commit 1edd43a224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]