dependabot[bot] opened a new pull request, #1874:
URL: https://github.com/apache/datafusion-ballista/pull/1874

   Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.14.0 
to 0.15.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md";>itertools's
 changelog</a>.</em></p>
   <blockquote>
   <h2>0.15.0</h2>
   <h3>Breaking</h3>
   <ul>
   <li>Restructure <code>Position</code> as struct instead of enum (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1042";>#1042</a>,
 <a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1043";>#1043</a>)</li>
   <li>Canonicalize <code>all_equal_value</code>'s error type (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1032";>#1032</a>)</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Add <code>*_with_hasher</code> adaptors (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1007";>#1007</a>)</li>
   <li>Add strip_prefix and strip_prefix_by methods (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1104";>#1104</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Remove <code>Clone</code> bounds from <code>tuple_combinations</code> 
and <code>array_combinations</code>(<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1011";>#1011</a>)</li>
   <li><code>must_use</code> for <code>collect_vec</code> (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1009";>#1009</a>)</li>
   <li>Make <code>izip!</code> temporary friendly (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1021";>#1021</a>)</li>
   <li>Add <code>array_combinations_with_replacement</code> (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1033";>#1033</a>)</li>
   <li>Implement <code>Debug</code> for remaining public types (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1038";>#1038</a>)</li>
   <li>Specialize <code>ExactlyOneError::count</code> (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1046";>#1046</a>)</li>
   <li>Implement <code>PeekingNext</code> for more types, in particular 
<code>vec::IntoIter</code> (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1059";>#1059</a>,
 <a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1073";>#1073</a>)</li>
   <li>Fix <code>PadUsing::next_back</code> (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1082";>#1082</a>)</li>
   <li>Introduce <code>[circular_]array_windows</code>, deprecate 
<code>tuple_windows</code> (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1086";>#1086</a>)</li>
   <li>Deprecate <code>tuple_combinations</code> (replaced by 
<code>array_combinations</code>) (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1085";>#1085</a>)</li>
   </ul>
   <h3>Notable Internal Changes</h3>
   <ul>
   <li>Make <code>into_group_map</code> code more idiomatic (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1027";>#1027</a>)</li>
   <li>Fix clippy lints (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1017";>#1017</a>,
 <a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1029";>#1029</a>,
 <a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1076";>#1076</a>,
 <a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1099";>#1099</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/37bd72aa6d58e594711d127b52418ca5e58b6091";><code>37bd72a</code></a>
 Update CHANGELOG.md: strip_prefix[_by]</li>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/86ec6359258e57a8af391fafc645d6ffab363bff";><code>86ec635</code></a>
 Use <code>ControlFlow</code> in <code>fold_while</code> implementation</li>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/d5897f7bb2283a34b736f539a369fe16dc9f6bb4";><code>d5897f7</code></a>
 refactor(strip_prefix): use try_for_each and drop PartialEq, Eq on 
StripPrefi...</li>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/b2a978abca1dc57f929f60e0be16d83e58f9558f";><code>b2a978a</code></a>
 feat(Itertools): add strip_prefix and strip_prefix_by methods</li>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/12b6ec6f91eb83eebe4ac150e53aca14365cd894";><code>12b6ec6</code></a>
 Update CHANGELOG.md for all_equal_value_error's error type</li>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/121821ed16365a39c015449a3872708fd5dcdfdd";><code>121821e</code></a>
 AllEqualValueError implements std::error::Error</li>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/adac44e4278b087033d23408652e540aef5b22f0";><code>adac44e</code></a>
 Introduce AllEqualValueError</li>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/5707384b6a3a675c65e12b96e71335e9ce857b16";><code>5707384</code></a>
 Update CHANGELOG.md</li>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/df60ff016bf31f5752827808b375d36b0a101e33";><code>df60ff0</code></a>
 Update CHANGELOG.md</li>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/113b850b9d68406dda7c428d31992002c77eebad";><code>113b850</code></a>
 Update CHANGELOG.md to include with_hasher</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rust-itertools/itertools/compare/v0.14.0...v0.15.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=itertools&package-manager=cargo&previous-version=0.14.0&new-version=0.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to