From d00028aac575b9133e4281b973e1ca4953120363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 13:22:45 +0000 Subject: [PATCH] Update askama requirement from 0.14 to 0.15 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/v0.14.0...v0.15.1) --- updated-dependencies: - dependency-name: askama dependency-version: 0.15.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- metropolis-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metropolis-core/Cargo.toml b/metropolis-core/Cargo.toml index ca5f7ea..6e81424 100644 --- a/metropolis-core/Cargo.toml +++ b/metropolis-core/Cargo.toml @@ -26,7 +26,7 @@ ttf = { path = "../pwl/" } tch = { path = "../tch/" } anyhow = "1.0" arrow = { version = "57.1", default-features = false, features = ["csv"] } -askama = { version = "0.14", default-features = false, features = [ +askama = { version = "0.15", default-features = false, features = [ "derive", "std", ] }