diff --git a/examples/todomvc/Cargo.toml b/examples/todomvc/Cargo.toml index 0b730bf79..bf91a725e 100644 --- a/examples/todomvc/Cargo.toml +++ b/examples/todomvc/Cargo.toml @@ -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]