Skip to content

Commit b69103a

Browse files
Loosen async-trait dependency
1 parent 0187685 commit b69103a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ categories = ["authentication", "web-programming"]
1616
reqwest = { version = "0.12", features = ["json"] }
1717
reqwest-middleware = "0.4"
1818
reqwest-tracing = { version = "0.5.5", optional = true }
19-
async-trait = "0.1.83"
19+
async-trait = ">= 0.1.83"
2020
url = "2"
2121
serde = { version = "1", features = ["derive"] }
2222
serde_json = "1"

0 commit comments

Comments
 (0)