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 }