Skip to content

Commit

Permalink
fix(deps): update itertools requirement
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.

Updates `itertools` to 0.14.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  dependency-group: cargo-minor-and-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 5, 2025
1 parent b8ec0da commit e6c9895
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 @@ -39,7 +39,7 @@ colored = "2.1.0"
eyre = "0.6.12"
fastcrypto = "0.1.8"
gf256 = "0.3.0"
itertools = { version = "0.13.0", optional = true }
itertools = { version = "0.14.0", optional = true }
prettytable-rs = "0.10.0"
rand = "0.8.5"

Expand Down

0 comments on commit e6c9895

Please sign in to comment.