From ed464f68cd2b4ca6aebeca1c71706d454354bc72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 05:57:26 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20axum=20monorepo?= =?UTF-8?q?=20=F0=9F=94=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Renovate Bot --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3dd20f7..ebb139f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,8 @@ reqwest = { version = "0.13.0", features = ["json"] } serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.116" serde_yaml = "0.9.32" -axum = { version = "0.7.5", features = ["macros"] } -axum-extra = { version = "0.10.0", features = ["query"] } +axum = { version = "0.8.0", features = ["macros"] } +axum-extra = { version = "0.12.0", features = ["query"] } regex = "1.10.4" itertools = "0.14.0" axum-otel-metrics = "0.8.0"