diff --git a/Cargo.toml b/Cargo.toml index 9adbf7c..1eab599 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,8 +18,8 @@ async-trait = "0.1.68" async-graphql = { version = "5.0.9", features = ["uuid"] } async-graphql-axum = "5.0.9" -axum = { version = "0.6.18", features = ["headers", "macros"] } -axum-extra = { version = "0.7.4", features = ["cookie", "cookie-private"] } +axum = { version = "0.8.0", features = ["headers", "macros"] } +axum-extra = { version = "0.10.0", features = ["cookie", "cookie-private"] } axum-sessions = { version = "0.5.0" } async-sqlx-session = { version = "0.4.0", features = ["pg"] } diff --git a/crates/como_web/Cargo.toml b/crates/como_web/Cargo.toml index fe69787..acb461b 100644 --- a/crates/como_web/Cargo.toml +++ b/crates/como_web/Cargo.toml @@ -19,7 +19,7 @@ leptos_router = { version = "*" } log = "0.4" simple_logger = "4" thiserror = "1" -axum = { version = "0.6.1", optional = true } +axum = { version = "0.8.0", optional = true } tower = { version = "0.4.13", optional = true } tower-http = { version = "0.3.4", features = ["fs"], optional = true } tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"], optional = true }