Commit dab3e2d
authored
chore(deps): bump n0-error from 0.1.0 to 0.1.2 (#66)
Bumps [n0-error](https://github.com/n0-computer/n0-error) from 0.1.0 to
0.1.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/n0-computer/n0-error/blob/main/CHANGELOG.md">n0-error's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/n0-computer/n0-error/compare/v0.1.1..0.1.2">0.1.2</a>
- 2025-11-12</h2>
<h3>🐛 Bug Fixes</h3>
<ul>
<li>Remove anyhow from default features again (<a
href="https://redirect.github.com/n0-computer/n0-error/issues/19">#19</a>)
- ([7c36206](<a href="https://github.co">https://github.co</a>
m/n0-computer/n0-error/commit/7c362066fd902b228cc104c1a8be987f5a23b8e4))</li>
</ul>
<h2><a
href="https://github.com/n0-computer/n0-error/compare/v0.1.0..0.1.1">0.1.1</a>
- 2025-11-12</h2>
<p><em>This release was yanked because it inadvertently added the anyhow
feature to the default features.</em></p>
<h3>⛰️ Features</h3>
<ul>
<li>Impl StackError for Arc<T: StackError> (<a
href="https://redirect.github.com/n0-computer/n0-error/issues/15">#15</a>)
- (<a
href="https://github.com/n0-computer/n0-error/commit/e094af6171657f65103979116a2978ca8898aa60">e094af6</a>)</li>
<li>Impl StackError for anyhow:::Error (<a
href="https://redirect.github.com/n0-computer/n0-error/issues/14">#14</a>)
- (<a
href="https://github.com/n0-computer/n0-error/commit/b11a365e971ca2bd3cce7d59b128176f9fdb3fc8">b11a365</a>)</li>
</ul>
<h3>Deps</h3>
<ul>
<li>Remove derive_more and heck (<a
href="https://redirect.github.com/n0-computer/n0-error/issues/17">#17</a>)
- (<a
href="https://github.com/n0-computer/n0-error/commit/f27edc5d27ace51734cdf3cf353a5f2a1a3df855">f27edc5</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/n0-computer/n0-error/commit/f7dd44d94cc94d441c072f4502e5c71ad4371638"><code>f7dd44d</code></a>
chore: prep 0.1.2 release (<a
href="https://redirect.github.com/n0-computer/n0-error/issues/20">#20</a>)</li>
<li><a
href="https://github.com/n0-computer/n0-error/commit/7c362066fd902b228cc104c1a8be987f5a23b8e4"><code>7c36206</code></a>
fix: remove anyhow from default features again (<a
href="https://redirect.github.com/n0-computer/n0-error/issues/19">#19</a>)</li>
<li><a
href="https://github.com/n0-computer/n0-error/commit/554fcfa058f2a2a5fa67a9e3393cabb2e2c9a453"><code>554fcfa</code></a>
chore: add workspace entry to Cargo.toml</li>
<li><a
href="https://github.com/n0-computer/n0-error/commit/f3538aef5d3e87f0a6f298c65ab25df72eedab5f"><code>f3538ae</code></a>
chore: release prep for 0.1.1 (<a
href="https://redirect.github.com/n0-computer/n0-error/issues/18">#18</a>)</li>
<li><a
href="https://github.com/n0-computer/n0-error/commit/6fa9d40ac7f7ff6d69d727cbbd73ce5658d8e994"><code>6fa9d40</code></a>
fix: revert version change inadvertently done by last commit</li>
<li><a
href="https://github.com/n0-computer/n0-error/commit/f27edc5d27ace51734cdf3cf353a5f2a1a3df855"><code>f27edc5</code></a>
deps: remove derive_more and heck (<a
href="https://redirect.github.com/n0-computer/n0-error/issues/17">#17</a>)</li>
<li><a
href="https://github.com/n0-computer/n0-error/commit/782e6bda0240b17cb5d9407dd1a71b918e8c1802"><code>782e6bd</code></a>
chore(deps): bump the github-actions group across 1 directory with 4
updates ...</li>
<li><a
href="https://github.com/n0-computer/n0-error/commit/b11a365e971ca2bd3cce7d59b128176f9fdb3fc8"><code>b11a365</code></a>
feat: impl StackError for anyhow:::Error (<a
href="https://redirect.github.com/n0-computer/n0-error/issues/14">#14</a>)</li>
<li><a
href="https://github.com/n0-computer/n0-error/commit/e094af6171657f65103979116a2978ca8898aa60"><code>e094af6</code></a>
feat: impl StackError for Arc<T: StackError> (<a
href="https://redirect.github.com/n0-computer/n0-error/issues/15">#15</a>)</li>
<li>See full diff in <a
href="https://github.com/n0-computer/n0-error/compare/v0.1.0...n0-error-macros-v0.1.2">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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 0721bbb commit dab3e2d
3 files changed
+6
-8
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments