Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump thiserror from 2.0.3 to 2.0.6 (#3425)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.3 to 2.0.6. <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.6</h2> <ul> <li>Suppress deprecation warning on generated From impls (<a href="https://redirect.github.com/dtolnay/thiserror/issues/396">#396</a>)</li> </ul> <h2>2.0.5</h2> <ul> <li>Prevent deprecation warning on generated impl for deprecated type (<a href="https://redirect.github.com/dtolnay/thiserror/issues/394">#394</a>)</li> </ul> <h2>2.0.4</h2> <ul> <li>Eliminate needless_lifetimes clippy lint in generated <code>From</code> impls (<a href="https://redirect.github.com/dtolnay/thiserror/issues/391">#391</a>, thanks <a href="https://github.com/matt-phylum"><code>@matt-phylum</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/2075e87257e5bfe458cc01bc3764dcd499db254d"><code>2075e87</code></a> Release 2.0.6</li> <li><a href="https://github.com/dtolnay/thiserror/commit/e9a90851502686c39a7164f67b296b579445f9ff"><code>e9a9085</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/396">#396</a> from dtolnay/deprecatedfrom</li> <li><a href="https://github.com/dtolnay/thiserror/commit/6e8c7244c9b396f0c194a660fcb4bcff75e50b08"><code>6e8c724</code></a> Suppress deprecation warning on generated From impls</li> <li><a href="https://github.com/dtolnay/thiserror/commit/caf585c978f43ef0348dcd669af301e7a7e8578b"><code>caf585c</code></a> Add test of deprecated type in From impl</li> <li><a href="https://github.com/dtolnay/thiserror/commit/f1f159d7e759e986335ed14dd362eb7d6c9815d4"><code>f1f159d</code></a> Release 2.0.5</li> <li><a href="https://github.com/dtolnay/thiserror/commit/366a7b253e4b363dfe7204fea7b2e088a81bf8ee"><code>366a7b2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/395">#395</a> from dtolnay/fallback</li> <li><a href="https://github.com/dtolnay/thiserror/commit/88a46035e1bbb17ada53acf28ed7b7b00a0b049a"><code>88a4603</code></a> Move fallback expansion to separate module</li> <li><a href="https://github.com/dtolnay/thiserror/commit/6712f8cca6cd37c165da4a45ad8820fc97710116"><code>6712f8c</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/394">#394</a> from dtolnay/deprecated</li> <li><a href="https://github.com/dtolnay/thiserror/commit/07e7d990facdfdbd559df323dae1f5deb1ba9ab6"><code>07e7d99</code></a> Add "in this derive macro expansion" to missing Display errors</li> <li><a href="https://github.com/dtolnay/thiserror/commit/714229d8214e77df019254afbbca18f1c921737e"><code>714229d</code></a> Work around deprecation warning on generated impl for deprecated type</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/2.0.3...2.0.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=2.0.3&new-version=2.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information