From d3c439497fb9bf386dd8439a4e99432503f937d7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 Apr 2026 06:50:19 +0000 Subject: [PATCH] chore(deps): update axum monorepo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e8a990..9f75474 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ tikv-jemallocator = "0.6" [dev-dependencies] axum = { version = "0.8.4", features = ["macros"] } -axum-extra = { version = "0.10.1", features = ["typed-header"] } +axum-extra = { version = "0.12.0", features = ["typed-header"] } headers = { version = "0.4.1" } [lints.clippy]