Skip to content

Commit

Permalink
Update itertools requirement from 0.11 to 0.12 (#27)
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.11.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2023
1 parent 15e129e commit bf96cb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reed-solomon-benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ reed-solomon-tester = { package = "reed-solomon-tester", path = "../reed-solomon
color-eyre = "0.6"

rand = { version = "0.8", features = ["alloc", "small_rng"] }
itertools = "0.11"
itertools = "0.12"
assert_matches = "1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion reed-solomon-novelpoly/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ reed-solomon-tester = { path = "../reed-solomon-tester", optional = true }
rand = { version = "0.8.3", features = ["alloc", "small_rng"], optional = true }

[dev-dependencies]
itertools = "0.11"
itertools = "0.12"
reed-solomon-tester = { path = "../reed-solomon-tester" }
rand = { version = "0.8.3", features = ["alloc", "small_rng"] }
assert_matches = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion reed-solomon-tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ fs-err = "2"

[dependencies]
rand = { version = "0.8", features = ["alloc", "small_rng"] }
itertools = "0.11"
itertools = "0.12"
assert_matches = "1"

0 comments on commit bf96cb6

Please sign in to comment.