dependabot[bot] opened a new pull request, #14476: URL: https://github.com/apache/datafusion/pull/14476
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.9.0 to 1.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/bytes/releases">bytes's releases</a>.</em></p> <blockquote> <h2>Bytes v1.10.0</h2> <h1>1.10.0 (February 3rd, 2025)</h1> <h3>Added</h3> <ul> <li>Add feature to support platforms without atomic CAS (<a href="https://redirect.github.com/tokio-rs/bytes/issues/467">#467</a>)</li> <li><code>try_get_*</code> methods for <code>Buf</code> trait (<a href="https://redirect.github.com/tokio-rs/bytes/issues/753">#753</a>)</li> <li>Implement <code>Buf::chunks_vectored</code> for <code>Take</code> (<a href="https://redirect.github.com/tokio-rs/bytes/issues/617">#617</a>)</li> <li>Implement <code>Buf::chunks_vectored</code> for <code>VecDeque<u8></code> (<a href="https://redirect.github.com/tokio-rs/bytes/issues/708">#708</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Remove incorrect guarantee for <code>chunks_vectored</code> (<a href="https://redirect.github.com/tokio-rs/bytes/issues/754">#754</a>)</li> <li>Ensure that tests pass under <code>panic=abort</code> (<a href="https://redirect.github.com/tokio-rs/bytes/issues/749">#749</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md">bytes's changelog</a>.</em></p> <blockquote> <h1>1.10.0 (February 3rd, 2025)</h1> <h3>Added</h3> <ul> <li>Add feature to support platforms without atomic CAS (<a href="https://redirect.github.com/tokio-rs/bytes/issues/467">#467</a>)</li> <li><code>try_get_*</code> methods for <code>Buf</code> trait (<a href="https://redirect.github.com/tokio-rs/bytes/issues/753">#753</a>)</li> <li>Implement <code>Buf::chunks_vectored</code> for <code>Take</code> (<a href="https://redirect.github.com/tokio-rs/bytes/issues/617">#617</a>)</li> <li>Implement <code>Buf::chunks_vectored</code> for <code>VecDeque<u8></code> (<a href="https://redirect.github.com/tokio-rs/bytes/issues/708">#708</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Remove incorrect guarantee for <code>chunks_vectored</code> (<a href="https://redirect.github.com/tokio-rs/bytes/issues/754">#754</a>)</li> <li>Ensure that tests pass under <code>panic=abort</code> (<a href="https://redirect.github.com/tokio-rs/bytes/issues/749">#749</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/bytes/commit/e0f3a25faeca8babae5b4c5a810b8655adbcb96e"><code>e0f3a25</code></a> chore: prepare bytes v1.10.0 (<a href="https://redirect.github.com/tokio-rs/bytes/issues/766">#766</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/16fd473d5c6ca20787e157ec19afc469438fc66b"><code>16fd473</code></a> Add feature to support platforms without atomic CAS (<a href="https://redirect.github.com/tokio-rs/bytes/issues/467">#467</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/71824b095c4150b3af0776ac158795c00ff9d53f"><code>71824b0</code></a> ci: test AArch64 and run tests instead of build in cross job (<a href="https://redirect.github.com/tokio-rs/bytes/issues/763">#763</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/7a876609a23eb9c140fffeae625dd9272e4e48e0"><code>7a87660</code></a> Use [lints] to address unexpected_cfgs lint (<a href="https://redirect.github.com/tokio-rs/bytes/issues/762">#762</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/3ab876fee66393b064c2adac83d28fca46186075"><code>3ab876f</code></a> Try get methods for Buf trait (<a href="https://redirect.github.com/tokio-rs/bytes/issues/753">#753</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/a1b120812709a5ef88b55871dddcc928279dfa99"><code>a1b1208</code></a> Disable test_bytes_vec_alloc test on miri (<a href="https://redirect.github.com/tokio-rs/bytes/issues/755">#755</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/aae4969fde8a3b2bc091c1fbbad51071a3fa542c"><code>aae4969</code></a> Add specialized <code>Buf::chunks_vectored</code> for <code>Take</code> (<a href="https://redirect.github.com/tokio-rs/bytes/issues/617">#617</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/103d7bf9e030fd4ce009092e8da8f2ff3251e261"><code>103d7bf</code></a> Remove incorrect guarantee for <code>chunks_vectored</code> (<a href="https://redirect.github.com/tokio-rs/bytes/issues/754">#754</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/16cc574feae9057f9550f7802bb768ab0db759ab"><code>16cc574</code></a> Implement <code>Buf::chunks_vectored</code> for <code>VecDeque\<u8></code> (<a href="https://redirect.github.com/tokio-rs/bytes/issues/708">#708</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/0e9e4fc2f1776b6b052de9e614ac1336c94291e7"><code>0e9e4fc</code></a> Expand <code>Buf</code> tests (<a href="https://redirect.github.com/tokio-rs/bytes/issues/747">#747</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/bytes/compare/v1.9.0...v1.10.0">compare view</a></li> </ul> </details> <br /> [](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: [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]
