Skip to content

Commit

Permalink
Loosen async-trait dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
masongup-mdsol committed Dec 9, 2024
1 parent 0187685 commit b69103a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["authentication", "web-programming"]
reqwest = { version = "0.12", features = ["json"] }
reqwest-middleware = "0.4"
reqwest-tracing = { version = "0.5.5", optional = true }
async-trait = "0.1.83"
async-trait = ">= 0.1.83"
url = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit b69103a

Please sign in to comment.