mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-15 09:40:52 +00:00
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:
parent
e0151898b7
commit
1edd43a224
@ -8,12 +8,12 @@ edition = "2018"
|
|||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
askama = "0.7.2"
|
askama = "0.9.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
js-sys = "0.3.40"
|
js-sys = "0.3.40"
|
||||||
wasm-bindgen = "0.2.63"
|
wasm-bindgen = "0.2.63"
|
||||||
askama = "0.7.2"
|
askama = "0.9.0"
|
||||||
console_error_panic_hook = "0.1.5"
|
console_error_panic_hook = "0.1.5"
|
||||||
|
|
||||||
[dependencies.web-sys]
|
[dependencies.web-sys]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user