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 "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 />
[](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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1171
Author: @dependabot[bot]
Created: 12/9/2024
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/thiserror-2.0.6📝 Commits (1)
7d6be76chore(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.
Commits
2075e87Release 2.0.6e9a9085Merge pull request #396 from dtolnay/deprecatedfrom6e8c724Suppress deprecation warning on generated From implscaf585cAdd test of deprecated type in From implf1f159dRelease 2.0.5366a7b2Merge pull request #395 from dtolnay/fallback88a4603Move fallback expansion to separate module6712f8cMerge pull request #394 from dtolnay/deprecated07e7d99Add "in this derive macro expansion" to missing Display errors714229dWork around deprecation warning on generated impl for deprecated typeDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.