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

   Bumps the all-other-cargo-deps group with 5 updates:
   
   | Package | From | To |
   | --- | --- | --- |
   | [bytes](https://github.com/tokio-rs/bytes) | `1.11.1` | `1.12.0` |
   | [log](https://github.com/rust-lang/log) | `0.4.32` | `0.4.33` |
   | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.39.3` | `0.39.5` 
|
   | [quote](https://github.com/dtolnay/quote) | `1.0.45` | `1.0.46` |
   | [syn](https://github.com/dtolnay/syn) | `2.0.117` | `2.0.118` |
   
   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 `log` from 0.4.32 to 0.4.33
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md";>log's 
changelog</a>.</em></p>
   <blockquote>
   <h2>[0.4.33] - 2026-06-20</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fixed key comparison by <a 
href="https://github.com/matteo-zeggiotti-ok";><code>@​matteo-zeggiotti-ok</code></a>
 in <a 
href="https://redirect.github.com/rust-lang/log/pull/732";>rust-lang/log#732</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/matteo-zeggiotti-ok";><code>@​matteo-zeggiotti-ok</code></a>
 made their first contribution in <a 
href="https://redirect.github.com/rust-lang/log/pull/732";>rust-lang/log#732</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/rust-lang/log/compare/0.4.32...0.4.33";>https://github.com/rust-lang/log/compare/0.4.32...0.4.33</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rust-lang/log/commit/f405739f3a15a3f00680c793e1e1fa7e57d26ba4";><code>f405739</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/log/issues/734";>#734</a> from 
rust-lang/cargo/0.4.33</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/6a24abf0835cef62e3d882287c97307dd3ecb403";><code>6a24abf</code></a>
 prepare for 0.4.33 release</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/87e062162e051d54bb553aacae3f0c6c4c213e59";><code>87e0621</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/log/issues/732";>#732</a> from 
matteo-zeggiotti-ok/fix-key-comparison</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/a9b57119a631249fc8e881c7ef78e2028aacb823";><code>a9b5711</code></a>
 Review: fallback to the &amp;str hash</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/cc89cc6e41190de36892e33fff48e5f48cf57fa9";><code>cc89cc6</code></a>
 Review: fixed other comparisons</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/920e7dc2811c18a228bf78e818196de950659d85";><code>920e7dc</code></a>
 Review: fixed comparison on <code>MaybeStaticStr</code></li>
   <li><a 
href="https://github.com/rust-lang/log/commit/0d71d3c685f2e23b1ad209b48408efe1205b18b0";><code>0d71d3c</code></a>
 Fixed key comparison</li>
   <li>See full diff in <a 
href="https://github.com/rust-lang/log/compare/0.4.32...0.4.33";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `sysinfo` from 0.39.3 to 0.39.5
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md";>sysinfo's
 changelog</a>.</em></p>
   <blockquote>
   <h1>0.39.5</h1>
   <ul>
   <li>macOS: Fix build for apple app store</li>
   </ul>
   <h1>0.39.4</h1>
   <ul>
   <li>Unix: Fix soundness issue when retrieving user's groups.</li>
   <li>macOS: Add new macOS version name.</li>
   <li>macOS: Fix inaccurate <code>open_files</code> returned value.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/029025e75ff4b6e1a35bf9781af5a37c6f34d904";><code>029025e</code></a>
 Update crate version to <code>0.39.5</code></li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/78205e7b98b8ba1c46546162278f2ec039ceb8c2";><code>78205e7</code></a>
 Update CHANGELOG for <code>0.39.5</code></li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/2a39746a57424f8f934ff2acefed9458711acfff";><code>2a39746</code></a>
 Fix build for apple app store</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/c07bb44578c5dbd7c00f492108f61da405ec242a";><code>c07bb44</code></a>
 Update CHANGELOG for <code>0.39.4</code></li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/559b07dfad200495ce9c6dd085b11767da67d8e7";><code>559b07d</code></a>
 Update crate version to <code>0.39.4</code></li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/07e3177e1dee6fc1d8cbd3951fec2459506cfbdd";><code>07e3177</code></a>
 Linux: Fix soundness issue when retrieving user groups</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/79943ecc11fa869ac47339415a3089e45f836db4";><code>79943ec</code></a>
 Add new macOS version name</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/86af15670990f86f7d73d50c6c82835c76472fac";><code>86af156</code></a>
 Added failure handling for open_files()</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/634e1cff526927f64bca894f1f0863e374526ca6";><code>634e1cf</code></a>
 fix: inaccurate open_files() implementation (<a 
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1681";>#1681</a>)
 (<a 
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1682";>#1682</a>)</li>
   <li>See full diff in <a 
href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.39.3...v0.39.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `quote` from 1.0.45 to 1.0.46
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/dtolnay/quote/releases";>quote's releases</a>.</em></p>
   <blockquote>
   <h2>1.0.46</h2>
   <ul>
   <li>Avoid repeated <code>get_span</code> in <code>quote_spanned</code> (<a 
href="https://redirect.github.com/dtolnay/quote/issues/329";>#329</a>, thanks <a 
href="https://github.com/Noratrieb";><code>@​Noratrieb</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/dtolnay/quote/commit/bc4caf255fa9e58e025e5ff5a11ca948442c0f7a";><code>bc4caf2</code></a>
 Release 1.0.46</li>
   <li><a 
href="https://github.com/dtolnay/quote/commit/dc0e3045d7f719e6c7f3498a667fa8b2afc7e761";><code>dc0e304</code></a>
 Format with rustfmt</li>
   <li><a 
href="https://github.com/dtolnay/quote/commit/712114c69539b88611fa642d159d0d5806b427f3";><code>712114c</code></a>
 Drop arrow from syntax of quote_spanned_with_expanded_span</li>
   <li><a 
href="https://github.com/dtolnay/quote/commit/f93ab8ab9988d42ff36f4d552dc16fa9189fc925";><code>f93ab8a</code></a>
 Eliminate quote_spanned_with_expanded_span_as_expr macro</li>
   <li><a 
href="https://github.com/dtolnay/quote/commit/1ff39515429f7250e11be80357485fa0eca699fa";><code>1ff3951</code></a>
 Eliminate __quote_spanned macro</li>
   <li><a 
href="https://github.com/dtolnay/quote/commit/64e913ad914ebaab312cb7c3012a9e14e384b27d";><code>64e913a</code></a>
 Unify quote_spanned definitions</li>
   <li><a 
href="https://github.com/dtolnay/quote/commit/2978e8b9c991349b28f62eeb31a1c1b72f3b6f26";><code>2978e8b</code></a>
 Wrap comment to 80 columns</li>
   <li><a 
href="https://github.com/dtolnay/quote/commit/7f311a01f4f3c1837dc4e954e168bfcfed792165";><code>7f311a0</code></a>
 Fix PR 329 fat arrow spacing</li>
   <li><a 
href="https://github.com/dtolnay/quote/commit/313a8a25a4d298af36108e2e682767ecc9cb56d1";><code>313a8a2</code></a>
 Remove unneeded get_span from PR 329</li>
   <li><a 
href="https://github.com/dtolnay/quote/commit/0b33821245d285d764e0d3ea4a77093004148872";><code>0b33821</code></a>
 Merge pull request <a 
href="https://redirect.github.com/dtolnay/quote/issues/329";>#329</a> from 
Noratrieb/avoid-repeat-expand</li>
   <li>Additional commits viewable in <a 
href="https://github.com/dtolnay/quote/compare/1.0.45...1.0.46";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `syn` from 2.0.117 to 2.0.118
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/dtolnay/syn/releases";>syn's 
releases</a>.</em></p>
   <blockquote>
   <h2>2.0.118</h2>
   <ul>
   <li>Documentation improvements</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/dtolnay/syn/commit/f033ef1403b4dbd276d95c26ff05b51d758d7b14";><code>f033ef1</code></a>
 Release 2.0.118</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/45f65f7a650a2203fd67f309f7e6e1a78870aa55";><code>45f65f7</code></a>
 Wrap long lint attributes</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/b3f9bf8d0c17734f9606894d926f3723e55c0330";><code>b3f9bf8</code></a>
 Mirror PR 1975 from readme to crate-level rustdoc</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/97dc1176559dfb149570819ab31e83ef9e8b1175";><code>97dc117</code></a>
 Wrap PR 1975 to 80 columns</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/0085b7a18eb50559dfb0ca18319cd53cf4d59b52";><code>0085b7a</code></a>
 Lint <code>repr_transparent_non_zst_fields</code> has been removed</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/9fc1c9d1eeea090e4ed92348c97d9ffa45997f13";><code>9fc1c9d</code></a>
 Update test suite to nightly-2026-06-12</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/504bcc7d2170ddd7757e7b7e18773a9c92d50fb9";><code>504bcc7</code></a>
 Update test suite to nightly-2026-06-09</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/353d20b9ee401cffc9f974dcbb75a91314f5337c";><code>353d20b</code></a>
 Update test suite to nightly-2026-06-06</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/f257a16bdcf1edb072af16eb0d8d40d0ca0c86ea";><code>f257a16</code></a>
 Update test suite to nightly-2026-05-25</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/b706e6e9519d541264b4d3c7cd22c3e6a7301026";><code>b706e6e</code></a>
 Update test suite to nightly-2026-05-13</li>
   <li>Additional commits viewable in <a 
href="https://github.com/dtolnay/syn/compare/2.0.117...2.0.118";>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