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

   Bumps the all-other-cargo-deps group with 6 updates:
   
   | Package | From | To |
   | --- | --- | --- |
   | [ctor](https://github.com/mmastrac/linktime) | `1.0.6` | `1.0.7` |
   | [log](https://github.com/rust-lang/log) | `0.4.30` | `0.4.31` |
   | [memchr](https://github.com/BurntSushi/memchr) | `2.8.0` | `2.8.1` |
   | [uuid](https://github.com/uuid-rs/uuid) | `1.23.1` | `1.23.2` |
   | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.39.2` | `0.39.3` 
|
   | [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.8.17` | 
`1.8.18` |
   
   Updates `ctor` from 1.0.6 to 1.0.7
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mmastrac/linktime/releases";>ctor's 
releases</a>.</em></p>
   <blockquote>
   <h2>ctor-1.0.7</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Bump downstream <code>link-section</code> crate version and API 
updates.</li>
   <li>Better error messages on bad attributes.</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mmastrac/linktime/compare/ctor-1.0.6...ctor-1.0.7";>https://github.com/mmastrac/linktime/compare/ctor-1.0.6...ctor-1.0.7</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mmastrac/linktime/commit/187a65886aa6799760dc2fa2178099bfe9280f13";><code>187a658</code></a>
 Bump crate versions and remove <code>scattered-collect-proc-macro</code> (<a 
href="https://redirect.github.com/mmastrac/linktime/issues/472";>#472</a>)</li>
   <li><a 
href="https://github.com/mmastrac/linktime/commit/f8b097f38e53638cf1bba87aa296d83441d3b279";><code>f8b097f</code></a>
 Updating link-section to use private sections (<a 
href="https://redirect.github.com/mmastrac/linktime/issues/469";>#469</a>)</li>
   <li><a 
href="https://github.com/mmastrac/linktime/commit/6f7fc13cb48a50e2ab28f54e3daa10d7f1e93688";><code>6f7fc13</code></a>
 Add a new combine! macro to replace hash/ident_concat (<a 
href="https://redirect.github.com/mmastrac/linktime/issues/471";>#471</a>)</li>
   <li><a 
href="https://github.com/mmastrac/linktime/commit/87a7bfdf1721a727afb3281da052d396d66333ee";><code>87a7bfd</code></a>
 Improve macro-magic errors on bad attribute (<a 
href="https://redirect.github.com/mmastrac/linktime/issues/470";>#470</a>)</li>
   <li><a 
href="https://github.com/mmastrac/linktime/commit/606c223d259f9d5664bc324e61b3937e4e2d02b6";><code>606c223</code></a>
 Improve macro collection path resolution (<a 
href="https://redirect.github.com/mmastrac/linktime/issues/468";>#468</a>)</li>
   <li><a 
href="https://github.com/mmastrac/linktime/commit/80ce8d3b3c7cff2640ecedc8399030cc028db3f0";><code>80ce8d3</code></a>
 Scattered iterable (<a 
href="https://redirect.github.com/mmastrac/linktime/issues/467";>#467</a>)</li>
   <li><a 
href="https://github.com/mmastrac/linktime/commit/86ee26c6974218c661f0bebadbdbd3cc96080b61";><code>86ee26c</code></a>
 Remove <code>feature(used_with_args)</code> from all examples (<a 
href="https://redirect.github.com/mmastrac/linktime/issues/466";>#466</a>)</li>
   <li><a 
href="https://github.com/mmastrac/linktime/commit/31a2a52135e9c9308a211381b8a2258da755629d";><code>31a2a52</code></a>
 Implement the scattered map (<a 
href="https://redirect.github.com/mmastrac/linktime/issues/465";>#465</a>)</li>
   <li><a 
href="https://github.com/mmastrac/linktime/commit/06cf9aaa50e29bef7ea02e4571ace34d320bbcf6";><code>06cf9aa</code></a>
 Improve scattered-collect macros (<a 
href="https://redirect.github.com/mmastrac/linktime/issues/464";>#464</a>)</li>
   <li><a 
href="https://github.com/mmastrac/linktime/commit/7fcecabf0ed0f2c0fcc3b57474755306bca33283";><code>7fcecab</code></a>
 Improved scattered-collect docs (<a 
href="https://redirect.github.com/mmastrac/linktime/issues/463";>#463</a>)</li>
   <li>See full diff in <a 
href="https://github.com/mmastrac/linktime/compare/ctor-1.0.6...ctor-1.0.7";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `log` from 0.4.30 to 0.4.31
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/log/releases";>log's releases</a>.</em></p>
   <blockquote>
   <h2>0.4.31</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix typos in kv compile errors and log documentation by <a 
href="https://github.com/Isvane";><code>@​Isvane</code></a> in <a 
href="https://redirect.github.com/rust-lang/log/pull/726";>rust-lang/log#726</a></li>
   <li>Leverage static str key when possible by <a 
href="https://github.com/tisonkun";><code>@​tisonkun</code></a> in <a 
href="https://redirect.github.com/rust-lang/log/pull/727";>rust-lang/log#727</a></li>
   <li>Prepare for 0.4.31 release by <a 
href="https://github.com/KodrAus";><code>@​KodrAus</code></a> in <a 
href="https://redirect.github.com/rust-lang/log/pull/728";>rust-lang/log#728</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Isvane";><code>@​Isvane</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/rust-lang/log/pull/726";>rust-lang/log#726</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/rust-lang/log/compare/0.4.30...0.4.31";>https://github.com/rust-lang/log/compare/0.4.30...0.4.31</a></p>
   </blockquote>
   </details>
   <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.31] - 2026-06-02</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Leverage static str key when possible by <a 
href="https://github.com/tisonkun";><code>@​tisonkun</code></a> in <a 
href="https://redirect.github.com/rust-lang/log/pull/727";>rust-lang/log#727</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Isvane";><code>@​Isvane</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/rust-lang/log/pull/726";>rust-lang/log#726</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/rust-lang/log/compare/0.4.30...0.4.31";>https://github.com/rust-lang/log/compare/0.4.30...0.4.31</a></p>
   <h2>[Unreleased]</h2>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rust-lang/log/commit/580839288e5f2babc17e6c36f7d56e60082a47ef";><code>5808392</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/log/issues/728";>#728</a> from 
rust-lang/cargo/0.4.31</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/86d739f51a9c59a3cb66a79e695639e6fb41465b";><code>86d739f</code></a>
 prepare for 0.4.31 release</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/c906cfb02e351b59cfe35c0f0be22093086aabb1";><code>c906cfb</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/log/issues/727";>#727</a> from 
tisonkun/leverage-static-str-key-when-possible</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/756c279649f79ce0ef8dccf952c5df4017791d1c";><code>756c279</code></a>
 leverage str literal as well</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/3dd250d1537fd7e5974e0802b1025cc3e4561503";><code>3dd250d</code></a>
 rename Key::from_static_str to from_str_static</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/db145979e229549215300f2696fa89b215cb1cab";><code>db14597</code></a>
 Leverage static str key when possible</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/761461a5d0c8ea3d483d79b1de0205c2897318d2";><code>761461a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/log/issues/726";>#726</a> from 
Isvane/fix/typos</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/48ce372edd343179cb9f4837381bf34c7679db3e";><code>48ce372</code></a>
 fix typos in kv compile errors and log documentation</li>
   <li>See full diff in <a 
href="https://github.com/rust-lang/log/compare/0.4.30...0.4.31";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `memchr` from 2.8.0 to 2.8.1
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/BurntSushi/memchr/commit/ff7dca72388ade97ec536f550271fe5acab0a05f";><code>ff7dca7</code></a>
 2.8.1</li>
   <li><a 
href="https://github.com/BurntSushi/memchr/commit/016878add466f2396437ad8722c9506f9f6b321b";><code>016878a</code></a>
 target: fix aarch64_be endianness bug</li>
   <li><a 
href="https://github.com/BurntSushi/memchr/commit/ee18717a7002a3299a6b5ef718084e76d958a5c3";><code>ee18717</code></a>
 docs: add AI policy for contributors</li>
   <li><a 
href="https://github.com/BurntSushi/memchr/commit/db1a77d4b556a1321e136ca0514e43e74ea5fcc3";><code>db1a77d</code></a>
 build(deps): bump actions/checkout in the actions group (<a 
href="https://redirect.github.com/BurntSushi/memchr/issues/212";>#212</a>)</li>
   <li><a 
href="https://github.com/BurntSushi/memchr/commit/c8abbe1b20d15789b6729c885b0a2cb9a5a84120";><code>c8abbe1</code></a>
 Hash-pin all actions, drop persisted credentials (<a 
href="https://redirect.github.com/BurntSushi/memchr/issues/210";>#210</a>)</li>
   <li><a 
href="https://github.com/BurntSushi/memchr/commit/24f5daa5257e00e87007c936761600e034827905";><code>24f5daa</code></a>
 lint: fix clippy <code>get_first</code></li>
   <li><a 
href="https://github.com/BurntSushi/memchr/commit/17083550e1a0ea5d5fefdb836937af9018d4bc22";><code>1708355</code></a>
 lint: fix clippy <code>question_mark</code></li>
   <li><a 
href="https://github.com/BurntSushi/memchr/commit/5b86d0c17135eea04828277746e770ebe61201ba";><code>5b86d0c</code></a>
 lint: fix clippy <code>clone_on_copy</code></li>
   <li>See full diff in <a 
href="https://github.com/BurntSushi/memchr/compare/2.8.0...2.8.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `uuid` from 1.23.1 to 1.23.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/uuid-rs/uuid/releases";>uuid's releases</a>.</em></p>
   <blockquote>
   <h2>v1.23.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Improve error messages for ambiguous formats by <a 
href="https://github.com/KodrAus";><code>@​KodrAus</code></a> in <a 
href="https://redirect.github.com/uuid-rs/uuid/pull/882";>uuid-rs/uuid#882</a></li>
   <li>Prepare for 1.23.2 release by <a 
href="https://github.com/KodrAus";><code>@​KodrAus</code></a> in <a 
href="https://redirect.github.com/uuid-rs/uuid/pull/883";>uuid-rs/uuid#883</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/uuid-rs/uuid/compare/v1.23.1...v1.23.2";>https://github.com/uuid-rs/uuid/compare/v1.23.1...v1.23.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/d11965705f88ae2546e0d277dac8f52f47e5694f";><code>d119657</code></a>
 Merge pull request <a 
href="https://redirect.github.com/uuid-rs/uuid/issues/883";>#883</a> from 
uuid-rs/cargo/v1.23.2</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/0651cfcb895d5d0b7e21edba621422bf446d585f";><code>0651cfc</code></a>
 prepare for 1.23.2 release</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/e8dea0c1fdc69e066cff93957e441022acfcb90f";><code>e8dea0c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/uuid-rs/uuid/issues/882";>#882</a> from 
uuid-rs/fix/error-msgs</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/bdc429a8c731a067b0d49c8890c6209dbb9f02db";><code>bdc429a</code></a>
 fix up serde messages</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/d4342e400df7adb17028b499a53a96228951baec";><code>d4342e4</code></a>
 make indexes 0 based and fix up more error messages</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/4ad479fc20fd09f34467e00adf176d4fdbdf9161";><code>4ad479f</code></a>
 work on more accurate parser errors</li>
   <li>See full diff in <a 
href="https://github.com/uuid-rs/uuid/compare/v1.23.1...v1.23.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `sysinfo` from 0.39.2 to 0.39.3
   <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.3</h1>
   <ul>
   <li>Unix: Fix retrieval of <code>Network::mac_addr</code>.</li>
   <li>Linux: Improve retrieval of process information if process terminates 
while doing so.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/3d1c52a983fdf6c702e4e6656aacba8fb6f6af21";><code>3d1c52a</code></a>
 Update crate version to <code>0.39.3</code></li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/cce524de2c5e47d5ae6107e106d650987431e819";><code>cce524d</code></a>
 Update CHANGELOG for <code>0.39.3</code> version</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/891085cfe667ed24152a6c60e8a1b9bba4b0683b";><code>891085c</code></a>
 Unix: Fix retrieval of <code>Network::mac_addr</code></li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/1f327b5afbd2787156526d3a3bfaf8a450a35997";><code>1f327b5</code></a>
 linux: prevent TOCTOU data loss when process terminates during refresh</li>
   <li>See full diff in <a 
href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.39.2...v0.39.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `aws-config` from 1.8.17 to 1.8.18
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/smithy-lang/smithy-rs/commits";>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