Skip to content

Commit

Permalink
Update itertools requirement from 0.12.0 to 0.13.0
Browse files Browse the repository at this point in the history
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 42f884c commit ca73654
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 @@ -24,7 +24,7 @@ targets = ["x86_64-unknown-linux-gnu"]
bip32 = { version = "0.5.1", default-features=false, features = [ "alloc", "secp256k1-ffi"] }
blake2 = "0.10.6"
ethereum-types = "0.14.0"
itertools = "0.12.0"
itertools = "0.13.0"
tiny-keccak = { version = "2.0.0", features = ["keccak"] }
secp256k1 = { version = "0.27.0", features = [ "recovery" ] }
tiny-bip39 = "1.0.0"
Expand Down

0 comments on commit ca73654

Please sign in to comment.