dependabot[bot] opened a new pull request, #990:
URL: https://github.com/apache/iceberg-rust/pull/990

   Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.13.0 
to 0.14.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.14.0</h2>
   <h3>Breaking</h3>
   <ul>
   <li>Increased MSRV to 1.63.0 (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/960";>#960</a>)</li>
   <li>Removed generic parameter from <code>cons_tuples</code> (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/988";>#988</a>)</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Added <code>array_combinations</code> (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/991";>#991</a>)</li>
   <li>Added <code>k_smallest_relaxed</code> and variants (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/925";>#925</a>)</li>
   <li>Added <code>next_array</code> and <code>collect_array</code> (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/560";>#560</a>)</li>
   <li>Implemented <code>DoubleEndedIterator</code> for <code>FilterOk</code> 
(<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/948";>#948</a>)</li>
   <li>Implemented <code>DoubleEndedIterator</code> for 
<code>FilterMapOk</code> (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/950";>#950</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Allow <code>Q: ?Sized</code> in <code>Itertools::contains</code> (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/971";>#971</a>)</li>
   <li>Improved hygiene of <code>chain!</code> (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/943";>#943</a>)</li>
   <li>Improved <code>into_group_map_by</code> documentation (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1000";>#1000</a>)</li>
   <li>Improved <code>tree_reduce</code> documentation (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/955";>#955</a>)</li>
   <li>Improved discoverability of <code>merge_join_by</code> (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/966";>#966</a>)</li>
   <li>Improved discoverability of <code>take_while_inclusive</code> (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/972";>#972</a>)</li>
   <li>Improved documentation of <code>find_or_last</code> and 
<code>find_or_first</code> (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/984";>#984</a>)</li>
   <li>Prevented exponentially large type sizes in 
<code>tuple_combinations</code> (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/945";>#945</a>)</li>
   <li>Added <code>track_caller</code> attr for <code>asser_equal</code> (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/976";>#976</a>)</li>
   </ul>
   <h3>Notable Internal Changes</h3>
   <ul>
   <li>Fixed clippy lints (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/956";>#956</a>,
 <a 
href="https://redirect.github.com/rust-itertools/itertools/issues/987";>#987</a>,
 <a 
href="https://redirect.github.com/rust-itertools/itertools/issues/1008";>#1008</a>)</li>
   <li>Addressed warnings within doctests (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/964";>#964</a>)</li>
   <li>CI: Run most tests with miri (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/961";>#961</a>)</li>
   <li>CI: Speed up &quot;cargo-semver-checks&quot; action (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/938";>#938</a>)</li>
   <li>Changed an instance of <code>default_features</code> in 
<code>Cargo.toml</code> to <code>default-features</code> (<a 
href="https://redirect.github.com/rust-itertools/itertools/issues/985";>#985</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/a015a6831525ee1637df747d3f530a627d9741bf";><code>a015a68</code></a>
 Add <code>next_array</code> and <code>collect_array</code></li>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/a1213e1c81af9d8c329239b916fb9663387ae1b0";><code>a1213e1</code></a>
 Prepare v0.14.0 release</li>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/ff0c942b2e0127dfdd311a8b1ee022bd367c237f";><code>ff0c942</code></a>
 fix clippy lints</li>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/f80883b8e01cba2f8ef872cd33d6eda1a471db4c";><code>f80883b</code></a>
 Fix into_group_map_by documentation errors</li>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/b793238ff14bb4270456264708acc9771022d6a2";><code>b793238</code></a>
 Add track_caller for asser_equal</li>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/5d4056b643c575c6a808ec4d6f2fb24db57acf43";><code>5d4056b</code></a>
 <code>default_features</code> is deprecated - switch it to 
<code>default-features</code></li>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/a447b6896043facbd234bd57213cfae58244d46d";><code>a447b68</code></a>
 doc for added trait</li>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/d0479b080781cf92a035cf2e33aee04079062b3e";><code>d0479b0</code></a>
 &quot;nitpicks&quot;</li>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/35c78ce0bc36fbe41df2f5833827b166896e1f50";><code>35c78ce</code></a>
 IndexMut -&gt; BorrowMut&lt;slice&gt;</li>
   <li><a 
href="https://github.com/rust-itertools/itertools/commit/deb53ba21065e6adbcfdd8af120f939733cc52c6";><code>deb53ba</code></a>
 refactored to share code</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rust-itertools/itertools/compare/v0.13.0...v0.14.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.13.0&new-version=0.14.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 merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to