Update itertools requirement from 0.8 to 0.10
⚠️ Dependabot Preview has been deactivated ⚠️
This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.
If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.
Updates the requirements on itertools to permit the latest version.
Changelog
Sourced from itertools's changelog.
0.10.0
- Increase minimum supported Rust version to 1.32.0
- Improve macro hygiene (#507)
- Add
Itertools::powerset(#335)- Add
Itertools::sorted_unstable,Itertools::sorted_unstable_by, andItertools::sorted_unstable_by_key(#494)- Implement
ErrorforExactlyOneError(#484)- Undeprecate
Itertools::fold_while(#476)- Tuple-related adapters work for tuples of arity up to 12 (#475)
use_allocfeature for users who havealloc, but notstd(#474)- Add
Itertools::k_smallest(#473)- Add
Itertools::into_grouping_mapandGroupingMap(#465)- Add
Itertools::into_grouping_map_byandGroupingMapBy(#465)- Add
Itertools::counts(#468)- Add implementation of
DoubleEndedIteratorforUnique(#442)- Add implementation of
DoubleEndedIteratorforUniqueBy(#442)- Add implementation of
DoubleEndedIteratorforZip(#346)- Add
Itertools::multipeek(#435)- Add
Itertools::dedup_with_countandDedupWithCount(#423)- Add
Itertools::dedup_by_with_countandDedupByWithCount(#423)- Add
Itertools::intersperse_withandIntersperseWith(#381)- Add
Itertools::filter_okandFilterOk(#377)- Add
Itertools::filter_map_okandFilterMapOk(#377)- Deprecate
Itertools::fold_results, useItertools::fold_okinstead (#377)- Deprecate
Itertools::map_results, useItertools::map_okinstead (#377)- Deprecate
FoldResults, useFoldOkinstead (#377)- Deprecate
MapResults, useMapOkinstead (#377)- Add
Itertools::circular_tuple_windowsandCircularTupleWindows(#350)- Add
peek_nthandPeekNth(#303)0.9.0
- Fix potential overflow in
MergeJoinBy::size_hint(#385)- Add
derive(Clone)where possible (#382)- Add
try_collectmethod (#394)- Add
HomogeneousTupletrait (#389)- Fix
combinations(0)andcombinations_with_replacement(0)(#383)- Don't require
ParitalEqto theItemofDedupBy(#397)- Implement missing specializations on the
PutBackadaptor and on theMergeJoinByiterator (#372)- Add
position_*methods (#412)- Derive
HashforEitherOrBoth(#417)- Increase minimum supported Rust version to 1.32.0
0.8.2
- Use
slice::iterinstead ofinto_iterto avoid future breakage (#378, by @LukasKalbertodt)0.8.1
- Added a
.exactly_one()iterator method that, on success, extracts the single value of an iterator ; by @Xaeroxe- Added combinatory iterator adaptors:
[0, 1, 2].iter().permutations(2)yields
Commits
4dac4c7(cargo-release) version 0.10.08d27ab5Merge #4655ad3e1aMerge #50779e39cbAdd tests for macros hygiene807a1ceAdd $crate:: path to izip! and iproduct! inner calls00756e0Merge #473130ffd3Merge #3354183f2cUpdate bors status67b7d74more bors tweaks507d609tweak workflow trigger- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)