Skip to content

Commit

Permalink
fix(deps): update rust crate async-trait to 0.1.77
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2024
1 parent 6fe40f9 commit 2f44d55
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 @@ maintenance = { status = "actively-developed" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "0.1.75"
async-trait = "0.1.77"
lazy_static = "1.4.0"
serde_json = { version = "1.0.108", optional = true }
time = "0.3.31"
Expand Down

0 comments on commit 2f44d55

Please sign in to comment.