From 02f6a13e5eb3d5e81f8fe6f49c3b1066ca649b67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 20:58:58 +0000 Subject: [PATCH] Update Rust crate askama_axum to 0.5.0 --- Cargo.lock | 9 ++------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a6020c..a4e08cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,14 +96,9 @@ dependencies = [ [[package]] name = "askama_axum" -version = "0.4.0" +version = "0.5.0+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a41603f7cdbf5ac4af60760f17253eb6adf6ec5b6f14a7ed830cf687d375f163" -dependencies = [ - "askama", - "axum-core", - "http", -] +checksum = "78ebeda8ac47efa9ea6c5947c911a2db48a9d92cba6fff15ceb2ccbb1ee0f21e" [[package]] name = "askama_derive" diff --git a/Cargo.toml b/Cargo.toml index a3cdced..bbfd3aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0" [dependencies] anyhow = "1.0.86" askama = { version = "0.12.1", features = ["with-axum"] } -askama_axum = "0.4.0" +askama_axum = "0.5.0" async-trait = "0.1.80" axum = "0.7.5" clap = { version = "4.5.7", features = ["derive"] }