Skip to content

Commit

Permalink
fix(deps): update rust crate itertools to 0.11.0 (#114)
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 1271b3d commit 80b1847
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 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 watcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
ethers = "2.0.8"
itertools = "0.10.5"
itertools = "0.11.0"
futures = "0.3.28"
metrics = "0.21.1"
thiserror = "1.0.44"
Expand Down

0 comments on commit 80b1847

Please sign in to comment.