From 72252d69cc126646c16adcd7054c884b69de6b4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 21:28:21 +0000 Subject: [PATCH] fix(deps): update rust crate axum-extra to 0.12.0 --- crates/zitadel/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/zitadel/Cargo.toml b/crates/zitadel/Cargo.toml index 7e9e3e8f..0140a8ae 100644 --- a/crates/zitadel/Cargo.toml +++ b/crates/zitadel/Cargo.toml @@ -98,7 +98,7 @@ rocket_okapi = ["rocket", "dep:rocket_okapi", "dep:schemars"] actix-web = { version = "4.5.1", optional = true } async-trait = { version = "0.1.80", optional = true } axum = { version = "0.8.0", optional = true, features = ["macros"] } -axum-extra = { version = "0.10.0", optional = true, features = ["typed-header"] } #0.11.0 is yanked +axum-extra = { version = "0.12.0", optional = true, features = ["typed-header"] } #0.11.0 is yanked base64-compat = { version = "1", optional = true } custom_error = "1.9.2" document-features = { version = "0.2.8", optional = true }