From a88257e90beaaebbf7ebaca57cc871fceb93fda9 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 27 May 2025 19:00:15 -0400 Subject: chore: bump axum and askama Fix breaking changes in markdown and templating --- Cargo.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d10edd3..30bd9f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,13 +6,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -askama = { version = "0.12", features = [ - "markdown", - "with-axum", -], default-features = false } -askama_axum = "0.4" -axum = "0.7" +askama = { version = "0.14" } +axum = "0.8" chrono = { version = "0.4", default-features = false, features = ["now"] } +comrak = { version = "0.39.0", default-features = false } tokio = { version = "1.45", default-features = false, features = [ "rt-multi-thread", "macros", -- cgit v1.2.3