From db634fa04deda6a90a40bf6a53149d3649e877ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:15:28 +0000 Subject: [PATCH] fix(deps): update rust crate axum to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index acff2c4..673d0a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -146,7 +146,7 @@ proto_full = ["zitadel-action-v1","zitadel-admin-v1","zitadel-app-v1","zitadel-a [dependencies] actix-web = { version = "4.5.1", optional = true } async-trait = { version = "0.1.80", optional = true } -axum = { version = "0.7.5", optional = true, features = ["macros"] } +axum = { version = "0.8.0", optional = true, features = ["macros"] } axum-extra = { version = "0.9.3", optional = true, features = ["typed-header"] } base64-compat = { version = "1", optional = true } custom_error = "1.9.2"