Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
chore(deps): update rust crate itertools to 0.13 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Lorenzo Delgado <lorenzo@edgeandnode.com>
  • Loading branch information
renovate[bot] authored Jun 4, 2024
1 parent 8525921 commit c21c9fd
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ primitive-types = "0.12"
rand = "0.8"
secp256k1 = { version = "0.29", features = ["recovery"] }
tiny-keccak = { version = "2", features = ["keccak"] }
itertools = "0.12"
itertools = "0.13"

[dev-dependencies]
rustc-hex = "2"

0 comments on commit c21c9fd

Please sign in to comment.