From 1ad9576226837fa8c726792d44b92b70c6e37e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 03:05:55 +0000 Subject: [PATCH] Update askama requirement from 0.15.0 to 0.16.0 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.15.0...v0.16.0) --- updated-dependencies: - dependency-name: askama dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plotly/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly/Cargo.toml b/plotly/Cargo.toml index c1cba1de..d60ebb42 100644 --- a/plotly/Cargo.toml +++ b/plotly/Cargo.toml @@ -56,7 +56,7 @@ kaleido_download = ["plotly_kaleido/download"] [dependencies] -askama = { version = "0.15.0", features = ["serde_json"] } +askama = { version = "0.16.0", features = ["serde_json"] } dyn-clone = "1" erased-serde = "0.4" image = { version = "0.25", optional = true }