From 7e56c22fe93a219b420d098dba84e9505b0e0f26 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 13 Nov 2025 02:21:20 +0000 Subject: [PATCH] chore(deps): update axum monorepo --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 394fa47..5f67e1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,10 +13,10 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } clap = { version = "4", features = ["derive", "env"] } async-trait = { version = "0.1", features = [] } -axum = { version = "0.7.1", features = [ +axum = { version = "0.8.0", features = [ "macros", ] } -axum-extra = { version = "0.9.0", features = [ +axum-extra = { version = "0.12.0", features = [ "cookie", "cookie-private", "typed-header",