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 }