Skip to content

Commit

Permalink
fix(deps): update rust crate lru to 0.12.0 (#221)
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 Oct 4, 2023
1 parent 0a463e5 commit 49762a3
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 @@ -16,7 +16,7 @@ metrics = "0.21.1"
auto_impl = "1.1.0"

ethers-log-decode = { path = "../ethers-log-decode" }
lru = "0.11.1"
lru = "0.12.0"
lazy_static = "1.4.0"
tokio = "1.32.0"

Expand Down

0 comments on commit 49762a3

Please sign in to comment.