dependabot[bot] opened a new pull request, #24254: URL: https://github.com/apache/datafusion/pull/24254
Bumps the all-other-cargo-deps group with 4 updates: [async-trait](https://github.com/dtolnay/async-trait), [blake3](https://github.com/BLAKE3-team/BLAKE3), [clap](https://github.com/clap-rs/clap) and [thiserror](https://github.com/dtolnay/thiserror). Updates `async-trait` from 0.1.91 to 0.1.92 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/async-trait/releases">async-trait's releases</a>.</em></p> <blockquote> <h2>0.1.92</h2> <ul> <li>Resolve double_must_use clippy lint in generated code (<a href="https://redirect.github.com/dtolnay/async-trait/issues/303">#303</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/async-trait/commit/82e7e9edd60f622294373a23c0ce9c0077ad0263"><code>82e7e9e</code></a> Release 0.1.92</li> <li><a href="https://github.com/dtolnay/async-trait/commit/9a35cb87f9366cd992bbc00d430e1b5fe1aa0cdd"><code>9a35cb8</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/async-trait/issues/303">#303</a> from dtolnay/mustuse</li> <li><a href="https://github.com/dtolnay/async-trait/commit/875ceecb100bab2cf369178633b4791336d92b75"><code>875ceec</code></a> Resolve double_must_use clippy lint</li> <li><a href="https://github.com/dtolnay/async-trait/commit/62993a57bc6a8d5bd3de23fbae48cede333cb925"><code>62993a5</code></a> Raise minimum tested compiler to rust 1.88</li> <li>See full diff in <a href="https://github.com/dtolnay/async-trait/compare/0.1.91...0.1.92">compare view</a></li> </ul> </details> <br /> Updates `blake3` from 1.8.5 to 1.8.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/BLAKE3-team/BLAKE3/releases">blake3's releases</a>.</em></p> <blockquote> <h2>1.8.6</h2> <p>version 1.8.6</p> <p>Changes since 1.8.5:</p> <ul> <li><code>update_mmap</code> and <code>update_mmap_rayon</code> (and by extension <code>b3sum</code>) now use <code>seek</code> rather than <code>metadata</code> to get the length of a file/mapping, and they tolerate <code>mmap</code> failures. That means <code>b3sum</code> will now memory map e.g. Linux block devices, which support mapping despite reporting length 0 in <code>metadata</code>. Hashing <code>NUL</code> files on Windows also works now, where previously it was an error unless you used <code>--no-mmap</code> or <code><</code>. This change was originally proposed by <a href="https://github.com/nabijaczleweli"><code>@nabijaczleweli</code></a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/77b257eee7da5cd608eaf6be8343d3a4c9776af2"><code>77b257e</code></a> version 1.8.6</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/83b1746e7c42e5b3d228c81ba1ccb9b767dc5e2c"><code>83b1746</code></a> use <code>seek</code> instead of <code>metadata</code> to establish mmap length (<a href="https://redirect.github.com/BLAKE3-team/BLAKE3/issues/570">#570</a>)</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/9eac279fd71b79ad9e897a4cffb23ee64acfb6df"><code>9eac279</code></a> use vswhere to find Visual Studio in CI</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/fc3d0e98e840631c001837363bba77a4f64c48b9"><code>fc3d0e9</code></a> Fix path to Visual Studio toolchain in CI</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/8aa5145039b972ba30e98e788752d37d14568824"><code>8aa5145</code></a> a few more colons</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/6bb977357b87755c14594ffce6f7133f9f6a8d78"><code>6bb9773</code></a> use cargo:: build script syntax</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/91f7308e12900d37aab7e9a03d7a2cf960609abf"><code>91f7308</code></a> fix Mode docs</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/f3913d953128661319b6b57b1c001a3b9c2d526e"><code>f3913d9</code></a> typo fixes</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/f51e8226a2ce4af1e8b40d13456e551901aa8b33"><code>f51e822</code></a> tweak release instructions</li> <li>See full diff in <a href="https://github.com/BLAKE3-team/BLAKE3/compare/1.8.5...1.8.6">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.6.5 to 4.6.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.6.6</h2> <h2>[4.6.6] - 2026-08-06</h2> <h3>Features</h3> <ul> <li>Add <code>Command::get_overridden_usage</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.6.6] - 2026-08-06</h2> <h3>Features</h3> <ul> <li>Add <code>Command::get_overridden_usage</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/348cff3fc4d42d09a2ed1ad07b9b2cb79efc233a"><code>348cff3</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/d4783779f80f486310a642bfe1d24f24e512fae8"><code>d478377</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/04b9fbb83a88a3dac4c33b5589c8aa79f7c965f7"><code>04b9fbb</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6414">#6414</a> from koopatroopa787/fix-bash-completion-bracket-glob</li> <li><a href="https://github.com/clap-rs/clap/commit/70752392a8ca7ea877c651622a2247b2ccc0fb5e"><code>7075239</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6422">#6422</a> from BaumiCoder/fix-fish-indentations</li> <li><a href="https://github.com/clap-rs/clap/commit/f90a96636ad3b62c17790a97c1192a525b7db286"><code>f90a966</code></a> fix(complete): Use spaces for indentation in fish</li> <li><a href="https://github.com/clap-rs/clap/commit/dd4997ba2d5eecf789936f46f2ccb52126e128bf"><code>dd4997b</code></a> fix(complete): Don't glob-expand bash positionals</li> <li><a href="https://github.com/clap-rs/clap/commit/8387c812c4b9726474b8407f81ec97f0acf570ed"><code>8387c81</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6399">#6399</a> from clap-rs/renovate/crate-ci-typos-1.x</li> <li><a href="https://github.com/clap-rs/clap/commit/8141e110ecee321277e90b4baa22a5baa02813ea"><code>8141e11</code></a> chore(deps): Update compatible (dev) (<a href="https://redirect.github.com/clap-rs/clap/issues/6398">#6398</a>)</li> <li><a href="https://github.com/clap-rs/clap/commit/8a6bd4e43e85da71accfc407641bfff9ff71ca8f"><code>8a6bd4e</code></a> chore(deps): Update pre-commit hook crate-ci/typos to v1.47.0</li> <li><a href="https://github.com/clap-rs/clap/commit/71a7213d6e45758bb8c9c5f7c36ed768edef872e"><code>71a7213</code></a> chore(deps): Update Rust Stable to v1.96 (<a href="https://redirect.github.com/clap-rs/clap/issues/6396">#6396</a>)</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.6.5...clap_complete-v4.6.6">compare view</a></li> </ul> </details> <br /> Updates `thiserror` from 2.0.19 to 2.0.20 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>2.0.20</h2> <ul> <li>Suppress redundant_field_names clippy lint in generated code (<a href="https://redirect.github.com/dtolnay/thiserror/issues/454">#454</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/b1d5db5e039275d95bf7536a2b2192aeb4dc28bf"><code>b1d5db5</code></a> Release 2.0.20</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c4c3ebd337911af7bad544a9bce03a04bf465384"><code>c4c3ebd</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/454">#454</a> from dtolnay/clippy</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2266152b163168df75a3b091208b86dd05485e66"><code>2266152</code></a> Suppress redundant_field_names clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2901cfdc9411e883c9709c5a3adcf1ab2e3651ff"><code>2901cfd</code></a> Raise minimum tested compiler to rust 1.88</li> <li><a href="https://github.com/dtolnay/thiserror/commit/aa9d91f75302025e0c1d4c535d84a5bfdad62508"><code>aa9d91f</code></a> Update ui tests for version 2.0.19</li> <li>See full diff in <a href="https://github.com/dtolnay/thiserror/compare/2.0.19...2.0.20">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]
