Skip to content

Commit

Permalink
fix(deps): update rust crate async-trait to 0.1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 11, 2024
1 parent cae3d48 commit 4997d62
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 @@ -13,7 +13,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "0.1.77"
async-trait = "0.1.80"
reqwest = "0.11.23"
reqwest-middleware = "0.2.4"
tokio = { version = "1.35.1", features = ["sync"] }
Expand Down

0 comments on commit 4997d62

Please sign in to comment.