From 778b132120663e46b55feef2863541ace97e7fee Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 26 Mar 2025 00:30:40 +0000 Subject: [PATCH] fix(deps): update axum monorepo --- crates/scel_api/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/scel_api/Cargo.toml b/crates/scel_api/Cargo.toml index f8e1b96..952b25d 100644 --- a/crates/scel_api/Cargo.toml +++ b/crates/scel_api/Cargo.toml @@ -6,8 +6,8 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = { version = "0.5.17" } -axum-extra = { version = "0.3.7", features = ["spa"] } +axum = { version = "0.8.0" } +axum-extra = { version = "0.10.0", features = ["spa"] } futures = "0.3.30" tower-http = { version = "0.3.4", features = ["cors", "trace"] } async-graphql = { version = "4.0.16", features = [