dependabot[bot] opened a new pull request, #5264:
URL: https://github.com/apache/arrow-rs/pull/5264

   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.0";>0.8.0</a> - 
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
   convert an error value into an owned trait object. This is useful
   when an error type is a generic controlled by the caller.</p>
   </li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>
   <p>Rust 1.56 is now the <em>minimum</em> supported Rust version. This is a
   <strong>breaking change</strong>.</p>
   </li>
   <li>
   <p>Rust 1.65 is now the <em>default</em> supported Rust version. This is a
   <strong>breaking change</strong>.</p>
   </li>
   <li>
   <p>The item type of the <code>ChainCompat</code> iterator is now 
<code>&amp;'a (dyn Error + 'b)</code> to allow downcasting the error trait 
object to a concrete
   type. This is a <strong>breaking change</strong>.</p>
   </li>
   <li>
   <p>Error fields marked <code>location</code> are no longer automatically
   implicitly created. This is a <strong>breaking change</strong>.</p>
   </li>
   <li>
   <p>Adding <code>#[snafu]</code> attributes to the field of a tuple struct 
are now
   errors. This is a <strong>breaking change</strong>.</p>
   </li>
   <li>
   <p>The SNAFU copy of the <code>Error</code> trait now marks the 
<code>description</code> and
   <code>cause</code> methods as deprecated, following the standard library's
   example. This trait is only active when using SNAFU in a no_std
   environment and no functional difference is intended.</p>
   </li>
   </ul>
   <h3>Removed</h3>
   <ul>
   <li>
   <p>The default <code>Display</code> implementation no longer includes the 
error
   text of the source error. This is a <strong>breaking change</strong>.</p>
   </li>
   <li>
   <p>The <code>backtraces</code> and <code>unstable-backtraces-impl-std</code> 
feature flags
   have been removed. This is a <strong>breaking change</strong>. The 
<code>Backtrace</code>
   type is now the standard library's <code>Backtrace</code> type when it is
   available.</p>
   </li>
   </ul>
   <h3>Fixed</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/shepmaster/snafu/commit/db76cb30537d2ce47905905257ef2e07c73b6fe3";><code>db76cb3</code></a>
 Release 0.8.0</li>
   <li><a 
href="https://github.com/shepmaster/snafu/commit/509abf7fae15799af7058ddcac8de95bf1f60305";><code>509abf7</code></a>
 Merge pull request <a 
href="https://redirect.github.com/shepmaster/snafu/issues/428";>#428</a> from 
shepmaster/changelog</li>
   <li><a 
href="https://github.com/shepmaster/snafu/commit/1dc3d9500816833f0df1fb449ba60a6ca210b4f0";><code>1dc3d95</code></a>
 Update the changelog and upgrading guide in preparation for 0.8</li>
   <li><a 
href="https://github.com/shepmaster/snafu/commit/3fcc81a6aaeb32e67102a469de7bb4e5c3f507f9";><code>3fcc81a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/shepmaster/snafu/issues/432";>#432</a> from 
shepmaster/undo</li>
   <li><a 
href="https://github.com/shepmaster/snafu/commit/7b8e6a848fdec5154a7a447621b655b6c60cfec4";><code>7b8e6a8</code></a>
 Revert &quot;Allow yeeting context selectors to generate errors&quot;</li>
   <li><a 
href="https://github.com/shepmaster/snafu/commit/c1faaa8cb166b1ddef646f1fb615153e87f32f5e";><code>c1faaa8</code></a>
 Merge pull request <a 
href="https://redirect.github.com/shepmaster/snafu/issues/430";>#430</a> from 
shepmaster/our-error-deprecated</li>
   <li><a 
href="https://github.com/shepmaster/snafu/commit/c5fe4709e02ff0362229e1d78fa293643f1f43ee";><code>c5fe470</code></a>
 Mirror std Error's deprecated methods on our <code>Error</code> trait</li>
   <li><a 
href="https://github.com/shepmaster/snafu/commit/bea7f2753f955de6496a0ab2494acdc1809f0e53";><code>bea7f27</code></a>
 Merge pull request <a 
href="https://redirect.github.com/shepmaster/snafu/issues/426";>#426</a> from 
shepmaster/std-backtrace</li>
   <li><a 
href="https://github.com/shepmaster/snafu/commit/ae4679e6032117c4059cc7acf75c3592e27cef39";><code>ae4679e</code></a>
 Use <code>std::backtrace::Backtrace</code> as the default backtrace 
provider</li>
   <li><a 
href="https://github.com/shepmaster/snafu/commit/a239d70e794f89e88bc8c88e56825381e3cc8580";><code>a239d70</code></a>
 Merge pull request <a 
href="https://redirect.github.com/shepmaster/snafu/issues/427";>#427</a> from 
shepmaster/macro-doc-aliases</li>
   <li>Additional commits viewable in <a 
href="https://github.com/shepmaster/snafu/compare/0.7.0...0.8.0";>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]

Reply via email to