[PR #1171] [CLOSED] chore(deps): bump thiserror from 2.0.3 to 2.0.6 #1235

Closed
opened 2026-01-05 14:54:33 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1171
Author: @dependabot[bot]
Created: 12/9/2024
Status: Closed

Base: masterHead: dependabot/cargo/thiserror-2.0.6


📝 Commits (1)

  • 7d6be76 chore(deps): bump thiserror from 2.0.3 to 2.0.6

📊 Changes

1 file changed (+6 additions, -6 deletions)

View changed files

📝 Cargo.lock (+6 -6)

📄 Description

Bumps thiserror from 2.0.3 to 2.0.6.

Release notes

Sourced from thiserror's releases.

2.0.6

  • Suppress deprecation warning on generated From impls (#396)

2.0.5

  • Prevent deprecation warning on generated impl for deprecated type (#394)

2.0.4

  • Eliminate needless_lifetimes clippy lint in generated From impls (#391, thanks @​matt-phylum)
Commits
  • 2075e87 Release 2.0.6
  • e9a9085 Merge pull request #396 from dtolnay/deprecatedfrom
  • 6e8c724 Suppress deprecation warning on generated From impls
  • caf585c Add test of deprecated type in From impl
  • f1f159d Release 2.0.5
  • 366a7b2 Merge pull request #395 from dtolnay/fallback
  • 88a4603 Move fallback expansion to separate module
  • 6712f8c Merge pull request #394 from dtolnay/deprecated
  • 07e7d99 Add "in this derive macro expansion" to missing Display errors
  • 714229d Work around deprecation warning on generated impl for deprecated type
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/1171 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/9/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/thiserror-2.0.6` --- ### 📝 Commits (1) - [`7d6be76`](https://github.com/LGUG2Z/komorebi/commit/7d6be765eb90d2e51bba17d850c6c95b9806cf5c) chore(deps): bump thiserror from 2.0.3 to 2.0.6 ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -6) </details> ### 📄 Description 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 &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/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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:54:33 +01:00
adam closed this issue 2026-01-05 14:54:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1235