Skip to content

Commit 7c1861e

Browse files
Update itertools requirement from 0.13 to 0.14 (#32)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthew Cramerus <[email protected]>
1 parent 895d5f3 commit 7c1861e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ datafusion-physical-expr = "46"
4242
datafusion-physical-plan = "46"
4343
datafusion-sql = "46"
4444
futures = "0.3"
45-
itertools = "0.13"
45+
itertools = "0.14"
4646
log = "0.4"
4747
object_store = "0.11"
4848
ordered-float = "5.0.0"

0 commit comments

Comments
 (0)