From edb85aefee2168fc464d64f3a05996e2c09cec45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 02:40:54 +0000 Subject: [PATCH] Update askama requirement from 0.12 to 0.14 Updates the requirements on [askama](https://github.com/askama-rs/askama) to permit the latest version. - [Release notes](https://github.com/askama-rs/askama/releases) - [Commits](https://github.com/askama-rs/askama/compare/askama_escape/v0.13.0-pre.0...v0.14.0) --- updated-dependencies: - dependency-name: askama dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/todomvc/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/todomvc/Cargo.toml b/examples/todomvc/Cargo.toml index 8cfa60891a0..65d17f6008e 100644 --- a/examples/todomvc/Cargo.toml +++ b/examples/todomvc/Cargo.toml @@ -9,10 +9,10 @@ version = "0.0.0" crate-type = ["cdylib"] [build-dependencies] -askama = "0.12" +askama = "0.14" [dependencies] -askama = "0.12" +askama = "0.14" console_error_panic_hook = "0.1.5" js-sys = { path = "../../crates/js-sys" } wasm-bindgen = { path = "../../" }