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/1156
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 12/2/2024
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `dependabot/cargo/miette-7.4.0`
---
### 📝 Commits (1)
- [`1fb87e9`](https://github.com/LGUG2Z/komorebi/commit/1fb87e9f6ad6e038d11b991bc72be44430fece78) chore(deps): bump miette from 7.2.0 to 7.4.0
### 📊 Changes
**1 file changed** (+9 additions, -26 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+9 -26)
</details>
### 📄 Description
Bumps [miette](https://github.com/zkat/miette) from 7.2.0 to 7.4.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/zkat/miette/blob/main/CHANGELOG.md">miette's changelog</a>.</em></p>
<blockquote>
<h2>7.4.0 (2024-11-27)</h2>
<h3>Features</h3>
<ul>
<li><strong>graphical:</strong> Inherit source code to causes (<a href="https://redirect.github.com/zkat/miette/issues/401">#401</a>) (<a href="https://github.com/zkat/miette/commit/465e6b6ab627f8da34baa5f46441d944fb88186e">465e6b6a</a>)</li>
<li><strong>report:</strong> Implement <code>WrapError</code> for <code>Option</code> (<a href="https://redirect.github.com/zkat/miette/issues/409">#409</a>) (<a href="https://github.com/zkat/miette/commit/7fae60fd8462f95cf3140c6a3b9eb06cb7953405">7fae60fd</a>)</li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h2>7.3.0 (2024-11-26)</h2>
<h3>Features</h3>
<ul>
<li><strong>SourceSpan:</strong> add impl From<!-- raw HTML omitted --> (<a href="https://redirect.github.com/zkat/miette/issues/385">#385</a>) (<a href="https://github.com/zkat/miette/commit/73da45b65c965777a00ba64aa03a247c0e5241ca">73da45b6</a>)</li>
<li><strong>Report:</strong> add <code>from_err()</code> method to <code>Report</code> (<a href="https://redirect.github.com/zkat/miette/issues/403">#403</a>) (<a href="https://github.com/zkat/miette/commit/93d3bd118a072c35aa761f0ec74317166ec08113">93d3bd11</a>)</li>
<li><strong>Diagnostic:</strong> Implement <code>Diagnostic</code> for <code>Infallible</code> (<a href="https://redirect.github.com/zkat/miette/issues/402">#402</a>) (<a href="https://github.com/zkat/miette/commit/f3fb4c1ecd196ce389cbd71139bb7e3b35474add">f3fb4c1e</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li><strong>handlers:</strong> optimize string-buffer reallocations (<a href="https://redirect.github.com/zkat/miette/issues/387">#387</a>) (<a href="https://github.com/zkat/miette/commit/b8dfcda4a8c10a14116ee275250356ac991dc7be">b8dfcda4</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>graphical:</strong> fix nested error wrapping (<a href="https://redirect.github.com/zkat/miette/issues/358">#358</a>) (<a href="https://github.com/zkat/miette/commit/3eabbcebf113d1d620a6a3f98e8a455414ed3042">3eabbceb</a>)</li>
<li><strong>docs:</strong> updated example image (fixes <a href="https://redirect.github.com/zkat/miette/issues/111">#111</a>) (<a href="https://redirect.github.com/zkat/miette/issues/270">#270</a>) (<a href="https://github.com/zkat/miette/commit/7b42b12c5f6316322ce79c59bcb9e99f5d49edb8">7b42b12c</a>)</li>
<li><strong>clippy:</strong> Fix clippy lints in docs (<a href="https://redirect.github.com/zkat/miette/issues/365">#365</a>) (<a href="https://github.com/zkat/miette/commit/ea4296dacec3b0e4762281d9d115c1bd69ecfac3">ea4296da</a>)</li>
<li><strong>docs:</strong> <code>alt</code> attribut for <code>single-line-example.png</code> (<a href="https://redirect.github.com/zkat/miette/issues/372">#372</a>) (<a href="https://github.com/zkat/miette/commit/b82cc81b8ea32a1cf1b4598ed5832bc8e3b0e161">b82cc81b</a>)</li>
<li><strong>color:</strong> setting NO_COLOR should not print ansi codes for non-terminals (<a href="https://redirect.github.com/zkat/miette/issues/381">#381</a>) (<a href="https://github.com/zkat/miette/commit/813232ba7957ae09e4fb9d9416d821f4fd9da66d">813232ba</a>)</li>
<li><strong>clippy:</strong> fix Rust v1.78.0 clippy warnings (<a href="https://redirect.github.com/zkat/miette/issues/382">#382</a>) (<a href="https://github.com/zkat/miette/commit/e1026f75e0a5d19bbc8e468cb3f5292074543a97">e1026f75</a>)</li>
<li><strong>perf:</strong> mark error constructors cold (<a href="https://redirect.github.com/zkat/miette/issues/378">#378</a>) (<a href="https://github.com/zkat/miette/commit/9bbcf3c6017fa3455a7db714879816c1cfc511fd">9bbcf3c6</a>)</li>
<li><strong>handlers:</strong> Disable textwrap::smawk feature (<a href="https://redirect.github.com/zkat/miette/issues/379">#379</a>) (<a href="https://github.com/zkat/miette/commit/edfdcb525ee30fc54747460ada621f13f0ed1996">edfdcb52</a>)</li>
<li><strong>graphical:</strong> Format entire link instead of just name (<a href="https://redirect.github.com/zkat/miette/issues/389">#389</a>) (<a href="https://github.com/zkat/miette/commit/bf5aa3742fd664be3c93160b9c28c145b1ed8bc9">bf5aa374</a>)</li>
<li><strong>clippy:</strong> fix <code>clippy::doc_lazy_continuation</code> lints (<a href="https://redirect.github.com/zkat/miette/issues/395">#395</a>) (<a href="https://github.com/zkat/miette/commit/15beec43303180b811d4c04d1a78775feb9b0905">15beec43</a>)</li>
<li><strong>graphical:</strong> Handle invalid UTF-8 in source code (<a href="https://redirect.github.com/zkat/miette/issues/393">#393</a>) (<a href="https://github.com/zkat/miette/commit/d6b4558502e82fa74e030ccb3c8040656590d7eb">d6b45585</a>)</li>
<li><strong>features:</strong> Use <code>dep:</code> syntax for dependencies in features. (<a href="https://redirect.github.com/zkat/miette/issues/394">#394</a>) (<a href="https://github.com/zkat/miette/commit/789a04e30d041179b373b4eb8b340456534a3f0e">789a04e3</a>)</li>
<li><strong>clippy:</strong> Fix <code>needless_return</code> lint. (<a href="https://redirect.github.com/zkat/miette/issues/405">#405</a>) (<a href="https://github.com/zkat/miette/commit/5f441d011560a091fe5d6a6cdb05f09acf622d36">5f441d01</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><strong>examples:</strong> add serde_json integration example (<a href="https://redirect.github.com/zkat/miette/issues/407">#407</a>) (<a href="https://github.com/zkat/miette/commit/2902a2337c2e36a5d8e0e54b007d6100cca0c9ff">2902a233</a>)</li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/zkat/miette/commit/b2011f693b1e912d28e84591b031e5af7af4904b"><code>b2011f6</code></a> chore: Release</li>
<li><a href="https://github.com/zkat/miette/commit/0c46c0b4d40135c1022cef99d0730dbea917a67b"><code>0c46c0b</code></a> docs: update changelog</li>
<li><a href="https://github.com/zkat/miette/commit/7fae60fd8462f95cf3140c6a3b9eb06cb7953405"><code>7fae60f</code></a> feat(report): Implement <code>WrapError</code> for <code>Option</code> (<a href="https://redirect.github.com/zkat/miette/issues/409">#409</a>)</li>
<li><a href="https://github.com/zkat/miette/commit/465e6b6ab627f8da34baa5f46441d944fb88186e"><code>465e6b6</code></a> feat(graphical): Inherit source code to causes (<a href="https://redirect.github.com/zkat/miette/issues/401">#401</a>)</li>
<li><a href="https://github.com/zkat/miette/commit/68d47fa8b51d67f1dda30d21ed1d84fd031f415a"><code>68d47fa</code></a> tests: Small refactor of doc tests (<a href="https://redirect.github.com/zkat/miette/issues/396">#396</a>)</li>
<li><a href="https://github.com/zkat/miette/commit/01564e070fe6f0688c88c412ffb73f9f44b54080"><code>01564e0</code></a> chore: Release</li>
<li><a href="https://github.com/zkat/miette/commit/fe068f6fc14e6a78b935284b996648fbfee4df0a"><code>fe068f6</code></a> docs: update changelog</li>
<li><a href="https://github.com/zkat/miette/commit/2902a2337c2e36a5d8e0e54b007d6100cca0c9ff"><code>2902a23</code></a> docs(examples): add serde_json integration example (<a href="https://redirect.github.com/zkat/miette/issues/407">#407</a>)</li>
<li><a href="https://github.com/zkat/miette/commit/5f441d011560a091fe5d6a6cdb05f09acf622d36"><code>5f441d0</code></a> fix(clippy): Fix <code>needless_return</code> lint. (<a href="https://redirect.github.com/zkat/miette/issues/405">#405</a>)</li>
<li><a href="https://github.com/zkat/miette/commit/f3fb4c1ecd196ce389cbd71139bb7e3b35474add"><code>f3fb4c1</code></a> feat(Diagnostic): Implement <code>Diagnostic</code> for <code>Infallible</code> (<a href="https://redirect.github.com/zkat/miette/issues/402">#402</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/zkat/miette/compare/miette-derive-v7.2.0...miette-derive-v7.4.0">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/1156
Author: @dependabot[bot]
Created: 12/2/2024
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/miette-7.4.0📝 Commits (1)
1fb87e9chore(deps): bump miette from 7.2.0 to 7.4.0📊 Changes
1 file changed (+9 additions, -26 deletions)
View changed files
📝
Cargo.lock(+9 -26)📄 Description
Bumps miette from 7.2.0 to 7.4.0.
Changelog
Sourced from miette's changelog.
Commits
b2011f6chore: Release0c46c0bdocs: update changelog7fae60ffeat(report): ImplementWrapErrorforOption(#409)465e6b6feat(graphical): Inherit source code to causes (#401)68d47fatests: Small refactor of doc tests (#396)01564e0chore: Releasefe068f6docs: update changelog2902a23docs(examples): add serde_json integration example (#407)5f441d0fix(clippy): Fixneedless_returnlint. (#405)f3fb4c1feat(Diagnostic): ImplementDiagnosticforInfallible(#402)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 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.