From 6f5c3d2af6e05a14a4e2a78204a64abbf3f82766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 19:18:49 +0000 Subject: [PATCH] deps: bump askama_actix from 0.14.0 to 0.15.0+deprecated Bumps [askama_actix](https://github.com/rinja-rs/rinja) from 0.14.0 to 0.15.0+deprecated. - [Release notes](https://github.com/rinja-rs/rinja/releases) - [Commits](https://github.com/rinja-rs/rinja/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: askama_actix dependency-version: 0.15.0+deprecated dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++------ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbfec03..0b1d16f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -501,13 +501,9 @@ dependencies = [ [[package]] name = "askama_actix" -version = "0.14.0" +version = "0.15.0+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4b0dd17cfe203b00ba3853a89fba459ecf24c759b738b244133330607c78e55" -dependencies = [ - "actix-web", - "askama", -] +checksum = "1dbb5a3a8498b39458649da53ea447e80c21110068b61cfea25e5975c1f5f8a8" [[package]] name = "askama_derive" diff --git a/Cargo.toml b/Cargo.toml index 1c3a1ae..e8b5a05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ actix-files = "0.6" actix-multipart = "0.7" actix-session = { version = "0.11", features = ["cookie-session"] } askama = "0.12" -askama_actix = "0.14" +askama_actix = "0.15" sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "postgres", "macros", "chrono", "uuid", "json", "migrate"] } tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] }