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](https://github.com/djc/askama/compare/0.9.0...0.10.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-07-01 08:54:30 -05:00 committed by GitHub
parent 6b3d730a53
commit e372596bc9
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.9.0"
askama = "0.10.0"
[dependencies]
js-sys = "0.3.41"
wasm-bindgen = "0.2.64"
askama = "0.9.0"
askama = "0.10.0"
console_error_panic_hook = "0.1.5"
[dependencies.web-sys]