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 d34e5d8 commit f443e4aCopy full SHA for f443e4a
Cargo.toml
@@ -52,7 +52,7 @@ oidc = ["credentials", "dep:base64-compat"]
52
rocket = ["credentials", "oidc", "dep:rocket"]
53
54
[dependencies]
55
-async-trait = { version = "0.1.77", optional = true }
+async-trait = { version = "0.1.78", optional = true }
56
axum = { version = "0.7", optional = true, features = ["macros"] }
57
axum-extra = { version = "0.9", optional = true, features = ["typed-header"] }
58
base64-compat = { version = "1", optional = true }
0 commit comments