Skip to content

Commit

Permalink
fix(deps): update rust crate async-trait to 0.1.73 (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 12, 2023
1 parent 1d547ed commit 1507c04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ ethers = "2.0.8"
thiserror = "1.0.40"
serde = "1.0.183"
chrono = { version = "0.4.26", features = ["serde"] }
async-trait = "0.1.72"
async-trait = "0.1.73"
metrics = "0.21.1"
auto_impl = "1.1.0"

0 comments on commit 1507c04

Please sign in to comment.