diff --git a/Cargo.toml b/Cargo.toml index 4fef7c6..fc44827 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ service = { path = "service" } askama = { version = "0.12.1", features = ["with-axum", "urlencode", "mime", "mime_guess"], default-features = false } askama_axum = { version = "0.4.0", default-features = false, features = ["urlencode"] } async-trait = "0.1.81" -axum = { version = "0.7.5", features = ["form", "http1", "http2", "macros", "tokio", "tower-log"] } +axum = { version = "0.8.8", features = ["form", "http1", "http2", "macros", "tokio", "tower-log"] } axum-client-ip = "0.6.0" axum-login = "0.15.3" axum-messages = "0.6.1"