We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad8613 commit c41d61fCopy full SHA for c41d61f
Cargo.toml
@@ -57,7 +57,7 @@ rocket = ["credentials", "oidc", "dep:rocket"]
57
[dependencies]
58
actix-web = { version = "4.5.1", optional = true }
59
async-trait = { version = "0.1.80", optional = true }
60
-axum = { version = "0.7", optional = true, features = ["macros"] }
+axum = { version = "0.7.5", optional = true, features = ["macros"] }
61
axum-extra = { version = "0.9", optional = true, features = ["typed-header"] }
62
base64-compat = { version = "1", optional = true }
63
custom_error = "1.9.2"
0 commit comments