Skip to content

Commit 476bd79

Browse files
⬆️ Update itertools requirement from 0.13 to 0.14 (#720)
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.13.0...v0.14.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>
1 parent 2c964d7 commit 476bd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ltp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ required-features = ["serialization", "parallel"]
3434
[dependencies]
3535
anyhow = "1"
3636
num-traits = "0.2"
37-
itertools = "0.13"
37+
itertools = "0.14"
3838

3939
cedarwood = "0.4"
4040

0 commit comments

Comments
 (0)