From 834c18a44690b477835712e9e11decc34fc27b5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 02:12:30 +0000 Subject: [PATCH] fix(deps): update rust crate async-trait to 0.1.78 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92d1261..32d6716 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ oidc = ["credentials", "dep:base64-compat"] rocket = ["credentials", "oidc", "dep:rocket"] [dependencies] -async-trait = { version = "0.1.77", optional = true } +async-trait = { version = "0.1.78", optional = true } axum = { version = "0.7", optional = true, features = ["macros"] } axum-extra = { version = "0.9", optional = true, features = ["typed-header"] } base64-compat = { version = "1", optional = true }