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 0187685 commit b69103aCopy full SHA for b69103a
Cargo.toml
@@ -16,7 +16,7 @@ categories = ["authentication", "web-programming"]
16
reqwest = { version = "0.12", features = ["json"] }
17
reqwest-middleware = "0.4"
18
reqwest-tracing = { version = "0.5.5", optional = true }
19
-async-trait = "0.1.83"
+async-trait = ">= 0.1.83"
20
url = "2"
21
serde = { version = "1", features = ["derive"] }
22
serde_json = "1"
0 commit comments