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 c41d61f commit ac37a85Copy full SHA for ac37a85
Cargo.toml
@@ -58,7 +58,7 @@ rocket = ["credentials", "oidc", "dep:rocket"]
58
actix-web = { version = "4.5.1", optional = true }
59
async-trait = { version = "0.1.80", optional = true }
60
axum = { version = "0.7.5", optional = true, features = ["macros"] }
61
-axum-extra = { version = "0.9", optional = true, features = ["typed-header"] }
+axum-extra = { version = "0.9.3", optional = true, features = ["typed-header"] }
62
base64-compat = { version = "1", optional = true }
63
custom_error = "1.9.2"
64
document-features = { version = "0.2", optional = true }
0 commit comments