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

   Bumps the all-other-cargo-deps group in /native with 2 updates: 
[bytes](https://github.com/tokio-rs/bytes) and 
[cc](https://github.com/rust-lang/cc-rs).
   
   Updates `bytes` from 1.11.1 to 1.12.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.12.0</h2>
   <h1>1.12.0 (June 18th, 2026)</h1>
   <h3>Added</h3>
   <ul>
   <li>Add <code>BytesMut::extend_from_within()</code> (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/818";>#818</a>)</li>
   <li>Add <code>BytesMut::try_unsplit()</code> (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/746";>#746</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix panic in <code>get_int</code> if <code>nbytes</code> is zero (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/806";>#806</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Pass vtable data by value (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/826";>#826</a>)</li>
   <li>Exclude development scripts from published package (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/810";>#810</a>)</li>
   </ul>
   <h3>Documented</h3>
   <ul>
   <li>Document that <code>BytesMut::{reserve,try_reserve}</code> doesn't 
preserve unused capacity (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/808";>#808</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.12.0 (June 18th, 2026)</h1>
   <h3>Added</h3>
   <ul>
   <li>Add <code>BytesMut::extend_from_within()</code> (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/818";>#818</a>)</li>
   <li>Add <code>BytesMut::try_unsplit()</code> (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/746";>#746</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix panic in <code>get_int</code> if <code>nbytes</code> is zero (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/806";>#806</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Pass vtable data by value (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/826";>#826</a>)</li>
   <li>Exclude development scripts from published package (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/810";>#810</a>)</li>
   </ul>
   <h3>Documented</h3>
   <ul>
   <li>Document that <code>BytesMut::{reserve,try_reserve}</code> doesn't 
preserve unused capacity (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/808";>#808</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tokio-rs/bytes/commit/91402cee605b21bf530ac07ede463599182b5d32";><code>91402ce</code></a>
 Release bytes v1.12.0 (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/831";>#831</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/bytes/commit/2256e6dc3e82fc87600f2161658572b62bfdd214";><code>2256e6d</code></a>
 chore: add safety comments on unsafe blocks (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/827";>#827</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/bytes/commit/245adff079eb0cb1a706d35bab5f68b2d51919f6";><code>245adff</code></a>
 Pass vtable data by value (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/826";>#826</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/bytes/commit/00cc5ff2bd861f7b62603a268ec477c3cead5f1e";><code>00cc5ff</code></a>
 Implement <code>BytesMut::extend_from_within</code> (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/818";>#818</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/bytes/commit/5b79d316c92b88b836449f8956dc8430c370108b";><code>5b79d31</code></a>
 Merge tag 'v1.11.1'</li>
   <li><a 
href="https://github.com/tokio-rs/bytes/commit/804ee6d039bdea017f0f3faf91806c9771d7e555";><code>804ee6d</code></a>
 Make try_unsplit method public (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/746";>#746</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/bytes/commit/fd426ca0842cf9688def31d9ee4e027692ac6477";><code>fd426ca</code></a>
 Exclude development scripts from published package (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/810";>#810</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/bytes/commit/b4ed70daee06013a35a13832807e8f244d5419aa";><code>b4ed70d</code></a>
 Add test for copy_to_bytes() -&gt; BytesMut avoiding clone (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/809";>#809</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/bytes/commit/94e42915a9a4bac7c2fbaa3d94f27bf0eb4dfb14";><code>94e4291</code></a>
 Document that <code>BytesMut::{reserve,try_reserve}</code> doesn't preserve 
unused capac...</li>
   <li><a 
href="https://github.com/tokio-rs/bytes/commit/acd1e0ffb8f076225759b8005d04f65ef77cccca";><code>acd1e0f</code></a>
 Fix <code>get_int</code> if <code>nbytes</code> is zero (<a 
href="https://redirect.github.com/tokio-rs/bytes/issues/806";>#806</a>)</li>
   <li>See full diff in <a 
href="https://github.com/tokio-rs/bytes/compare/v1.11.1...v1.12.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `cc` from 1.2.63 to 1.2.64
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/cc-rs/releases";>cc's releases</a>.</em></p>
   <blockquote>
   <h2>cc-v1.2.64</h2>
   <h3>Other</h3>
   <ul>
   <li>Add more bare-metal 32-bit Arm support (<a 
href="https://redirect.github.com/rust-lang/cc-rs/pull/1753";>#1753</a>)</li>
   <li>Remove unnecessary clone (<a 
href="https://redirect.github.com/rust-lang/cc-rs/pull/1748";>#1748</a>)</li>
   <li>Add default compiler prefixes for thumbv7a/thumbv7r/thumbv8r bare-metal 
targets (<a 
href="https://redirect.github.com/rust-lang/cc-rs/pull/1742";>#1742</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md";>cc's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.63...cc-v1.2.64";>1.2.64</a>
 - 2026-06-12</h2>
   <h3>Other</h3>
   <ul>
   <li>Add more bare-metal 32-bit Arm support (<a 
href="https://redirect.github.com/rust-lang/cc-rs/pull/1753";>#1753</a>)</li>
   <li>Remove unnecessary clone (<a 
href="https://redirect.github.com/rust-lang/cc-rs/pull/1748";>#1748</a>)</li>
   <li>Add default compiler prefixes for thumbv7a/thumbv7r/thumbv8r bare-metal 
targets (<a 
href="https://redirect.github.com/rust-lang/cc-rs/pull/1742";>#1742</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rust-lang/cc-rs/commit/f0c89980a9c521dc5b703a20760900d9770319c0";><code>f0c8998</code></a>
 chore(cc): release v1.2.64 (<a 
href="https://redirect.github.com/rust-lang/cc-rs/issues/1757";>#1757</a>)</li>
   <li><a 
href="https://github.com/rust-lang/cc-rs/commit/1cb49a754e23f1fdb9d4fb8d3477598acb7dd627";><code>1cb49a7</code></a>
 Add more bare-metal 32-bit Arm support (<a 
href="https://redirect.github.com/rust-lang/cc-rs/issues/1753";>#1753</a>)</li>
   <li><a 
href="https://github.com/rust-lang/cc-rs/commit/44212e077cc762b595a3c4f5cc450e69aa164685";><code>44212e0</code></a>
 Bump actions/checkout from 6.0.2 to 6.0.3 (<a 
href="https://redirect.github.com/rust-lang/cc-rs/issues/1751";>#1751</a>)</li>
   <li><a 
href="https://github.com/rust-lang/cc-rs/commit/9c81f5d724a9e327895fa18c100ce36dc4016db9";><code>9c81f5d</code></a>
 Remove unnecessary clone (<a 
href="https://redirect.github.com/rust-lang/cc-rs/issues/1748";>#1748</a>)</li>
   <li><a 
href="https://github.com/rust-lang/cc-rs/commit/a2bcb6e14c18e7191f5e0891b6925622eb3d5581";><code>a2bcb6e</code></a>
 Update rusqlite requirement from 0.39.0 to 0.40.0 (<a 
href="https://redirect.github.com/rust-lang/cc-rs/issues/1744";>#1744</a>)</li>
   <li><a 
href="https://github.com/rust-lang/cc-rs/commit/b2e811e17bbb052fe2db0cb5dbcf82ac295ff53b";><code>b2e811e</code></a>
 Add default compiler prefixes for thumbv7a/thumbv7r/thumbv8r bare-metal 
targe...</li>
   <li>See full diff in <a 
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.63...cc-v1.2.64";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </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