From f24ce063cc8067a3f019fab5ccd7fb2efed64f76 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 25 Mar 2025 23:38:26 +0000 Subject: [PATCH] fix(deps): 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 c5eea10..bfe6dd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ leptos_router = { version = "*" } log = "0.4" simple_logger = "5" thiserror = "1" -axum = { version = "0.7.5", optional = true } +axum = { version = "0.8.0", optional = true } tower = { version = "0.4.13", optional = true } tower-http = { version = "0.5.2", features = ["fs"], optional = true } tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"], optional = true }