From 1473b676f416b2a470abdb5d697b507673deef55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 18:50:03 +0000 Subject: [PATCH] Update Rust crate axum to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08ce932..421f5f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] askama = { version = "0.12", features = ["with-axum", "mime", "mime_guess"] } askama_axum = "0.5.0" -axum = "0.7.3" +axum = "0.8.0" chrono = { version = "0.4.31", features = ["serde"] } pulldown-cmark = { version = "0.13" } gray_matter = "0.2.6"