Update itertools requirement from 0.11 to 0.12#8233
Merged
alamb merged 2 commits intoapache:mainfrom Nov 16, 2023
Merged
Conversation
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>
```console
$ cargo update
Updating crates.io index
Updating async-compression v0.4.4 -> v0.4.5
Downgrading cc v1.0.84 -> v1.0.83
Updating errno v0.3.6 -> v0.3.7
Updating h2 v0.3.21 -> v0.3.22
Updating http v0.2.10 -> v0.2.11
Adding itertools v0.12.0
Adding jobserver v0.1.27
Updating rustix v0.38.21 -> v0.38.24
Updating termcolor v1.3.0 -> v1.4.0
Updating zerocopy v0.7.25 -> v0.7.26
Updating zerocopy-derive v0.7.25 -> v0.7.26
Updating zeroize v1.6.0 -> v1.6.1
```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
-
Rationale for this change
This is the fixed version of #8184.
What changes are included in this PR?
-
Are these changes tested?
-
Are there any user-facing changes?
-