fix(deps): update rust crate itertools to 0.14.0 - autoclosed
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| itertools | dependencies | minor |
0.13.0 -> 0.14.0
|
Release Notes
rust-itertools/itertools (itertools)
v0.14.0
Breaking
Added
- Added
array_combinations(#991) - Added
k_smallest_relaxedand variants (#925) - Added
next_arrayandcollect_array(#560) - Implemented
DoubleEndedIteratorforFilterOk(#948) - Implemented
DoubleEndedIteratorforFilterMapOk(#950)
Changed
- Allow
Q: ?SizedinItertools::contains(#971) - Improved hygiene of
chain!(#943) - Improved
into_group_map_bydocumentation (#1000) - Improved
tree_reducedocumentation (#955) - Improved discoverability of
merge_join_by(#966) - Improved discoverability of
take_while_inclusive(#972) - Improved documentation of
find_or_lastandfind_or_first(#984) - Prevented exponentially large type sizes in
tuple_combinations(#945) - Added
track_callerattr forasser_equal(#976)
Notable Internal Changes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.