dependabot[bot] opened a new pull request, #6161: URL: https://github.com/apache/arrow-rs/pull/6161
Updates the requirements on [snafu](https://github.com/shepmaster/snafu) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md">snafu's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/shepmaster/snafu/releases/tag/0.8.4">0.8.4</a> - 2024-07-08</h2> <h3>Fixed</h3> <ul> <li>Use the fully-qualified path to <code>Location</code> in the <code>location!()</code> macro.</li> </ul> <h2><a href="https://github.com/shepmaster/snafu/releases/tag/0.8.3">0.8.3</a> - 2024-05-24</h2> <h3>Changed</h3> <ul> <li> <p><code>Report</code> now prints an "Error: " prefix when returned directly from <code>main</code> or tests.</p> </li> <li> <p>Support heck version 0.5 in addition to 0.4.</p> </li> </ul> <h2><a href="https://github.com/shepmaster/snafu/releases/tag/0.8.2">0.8.2</a> - 2024-03-11</h2> <h3>Fixed</h3> <ul> <li> <p>Adding a custom Whatever variant to a generic error enum is now supported.</p> </li> <li> <p>The <code>#[report]</code> macro works better on functions that require more complicated type inference for their return types.</p> </li> </ul> <h2><a href="https://github.com/shepmaster/snafu/releases/tag/0.8.1">0.8.1</a> - 2024-02-26</h2> <h3>Added</h3> <ul> <li>Error types that use constant generics are now supported.</li> </ul> <h2>[0.8.0] - 2023-12-28</h2> <h3>Added</h3> <ul> <li> <p><code>snafu(transparent)</code> allows creating compound error types that act as if they were not present, delegating thier <code>Display</code> and <code>Error</code> implementations to the source error. This is useful when aggregating smaller errors that already completely explain the failure.</p> </li> <li> <p><code>ResultExt::boxed</code> and <code>ResultExt::boxed_local</code> are available to</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shepmaster/snafu/commit/ff760542159a1e04179ab8d104e03b2b04374d5a"><code>ff76054</code></a> Release 0.8.3</li> <li><a href="https://github.com/shepmaster/snafu/commit/d3c00525ef268f68c3de1f5c6d1daff6713d324f"><code>d3c0052</code></a> Update the changelog</li> <li><a href="https://github.com/shepmaster/snafu/commit/9a0e9a1ccca0feff993e62b68f7f0e4d05fb1298"><code>9a0e9a1</code></a> Merge pull request <a href="https://redirect.github.com/shepmaster/snafu/issues/456">#456</a> from discord9/macro_full_path</li> <li><a href="https://github.com/shepmaster/snafu/commit/298b3c320c9b8aeb4521289651e74cc455c3d3d2"><code>298b3c3</code></a> Use full path for <code>location!()</code> macro</li> <li><a href="https://github.com/shepmaster/snafu/commit/1b559a57ac693d999b380d10e673501bc201011a"><code>1b559a5</code></a> Merge pull request <a href="https://redirect.github.com/shepmaster/snafu/issues/459">#459</a> from shepmaster/maint</li> <li><a href="https://github.com/shepmaster/snafu/commit/e36f4d8b19da35cf1bae8722e7a5f44cfec742b5"><code>e36f4d8</code></a> Use the unused test struct</li> <li><a href="https://github.com/shepmaster/snafu/commit/3335331f1e0d9a254e0f13fb93a71ed29f8319a9"><code>3335331</code></a> error-in-core is stabilized in 1.81 (nightly)</li> <li><a href="https://github.com/shepmaster/snafu/commit/59be37daf52ccbe901b56deba8f70c1e8a463ac9"><code>59be37d</code></a> Release 0.8.3</li> <li><a href="https://github.com/shepmaster/snafu/commit/edeb562d616cda54c407f1f218b507c922a64fa7"><code>edeb562</code></a> Update the changelog</li> <li><a href="https://github.com/shepmaster/snafu/commit/38cf90a982fca14298da303e9de65995b09c65a8"><code>38cf90a</code></a> Merge pull request <a href="https://redirect.github.com/shepmaster/snafu/issues/451">#451</a> from shepmaster/imp/heck-0.5</li> <li>Additional commits viewable in <a href="https://github.com/shepmaster/snafu/compare/0.7.0...0.8.4">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 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]
