From 2672d354d261678941f0c6633b5ef3b1dda23c16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 01:54:38 +0000 Subject: [PATCH] fix(deps): update rust crate axum to 0.7.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9373b5b..4369e65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ rocket = ["credentials", "oidc", "dep:rocket"] [dependencies] actix-web = { version = "4.5.1", optional = true } async-trait = { version = "0.1.80", optional = true } -axum = { version = "0.7", optional = true, features = ["macros"] } +axum = { version = "0.7.5", optional = true, features = ["macros"] } axum-extra = { version = "0.9", optional = true, features = ["typed-header"] } base64-compat = { version = "1", optional = true } custom_error = "1.9.2"