diff --git a/server/Cargo.toml b/server/Cargo.toml index 433c7c18..2b9a1522 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -20,7 +20,7 @@ publish = false [workspace.dependencies] tokio = { version = "1.42.0", features = ["full"] } -axum = "0.7.9" +axum = "0.8.0" axum-extra = { version = "0.9.6", features = ["typed-header"] } serde = { version = "1.0.215", features = ["derive"] } anyhow = "1.0.94"