Skip to content

Commit

Permalink
chore(deps-rs): update thiserror requirement from 1.0.28 to 2.0.6 (#1748
Browse files Browse the repository at this point in the history
)

Updates the requirements on
[thiserror](https://github.com/dtolnay/thiserror) to permit the latest
version.
<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>
</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 &quot;in this derive macro expansion&quot; 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/1.0.28...2.0.6">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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 4c1c6ee commit 40e903f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ serde_yaml = "0.9.19"
smol_str = "0.3.1"
strum = "0.26.1"
strum_macros = "0.26.1"
thiserror = "1.0.28"
thiserror = "2.0.6"
typetag = "0.2.7"
urlencoding = "2.1.2"
webbrowser = "1.0.0"
Expand Down

0 comments on commit 40e903f

Please sign in to comment.