mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-14 20:11:37 +03:00
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:
parent
6b3d730a53
commit
e372596bc9
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user