Skip to content

Commit c766ed6

Browse files
chore(deps): bump n0-future from 0.1.3 to 0.2.0 (#41)
Bumps [n0-future](https://github.com/n0-computer/n0-future) from 0.1.3 to 0.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/n0-computer/n0-future/blob/main/CHANGELOG.md">n0-future's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/n0-computer/n0-future/compare/v0.1.3..0.2.0">0.2.0</a> - 2025-07-28</h2> <h3>⛰️ Features</h3> <ul> <li>Add <code>MaybeFuture</code> (<a href="https://redirect.github.com/n0-computer/n0-future/issues/5">#5</a>) - (<a href="https://github.com/n0-computer/n0-future/commit/7e1226c170f894475716eabd055b5c9a6611b6c5">7e1226c</a>)</li> </ul> <h3>⚙️ Miscellaneous Tasks</h3> <ul> <li>Initial setup (<a href="https://redirect.github.com/n0-computer/n0-future/issues/6">#6</a>) - (<a href="https://github.com/n0-computer/n0-future/commit/eb25bd7c7b62e2a682fcf9b5281f416997e0bd28">eb25bd7</a>)</li> </ul> <h3>Deps</h3> <ul> <li>Bump deps (<a href="https://redirect.github.com/n0-computer/n0-future/issues/4">#4</a>) - (<a href="https://github.com/n0-computer/n0-future/commit/e8dbee5e739188ba27c7f646864a5ba81bad5bab">e8dbee5</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/n0-computer/n0-future/commit/c5af17bafbf1d8d10ac63e428737afb6691b76f7"><code>c5af17b</code></a> Update CHANGELOG</li> <li><a href="https://github.com/n0-computer/n0-future/commit/bc776659cd3e271f2d4be3d6897795c88b761f5d"><code>bc77665</code></a> :rocket: Bump version to v0.2.0</li> <li><a href="https://github.com/n0-computer/n0-future/commit/7e1226c170f894475716eabd055b5c9a6611b6c5"><code>7e1226c</code></a> feat: Add <code>MaybeFuture</code> (<a href="https://redirect.github.com/n0-computer/n0-future/issues/5">#5</a>)</li> <li><a href="https://github.com/n0-computer/n0-future/commit/eb25bd7c7b62e2a682fcf9b5281f416997e0bd28"><code>eb25bd7</code></a> ci: initial setup (<a href="https://redirect.github.com/n0-computer/n0-future/issues/6">#6</a>)</li> <li><a href="https://github.com/n0-computer/n0-future/commit/e8dbee5e739188ba27c7f646864a5ba81bad5bab"><code>e8dbee5</code></a> deps: bump deps (<a href="https://redirect.github.com/n0-computer/n0-future/issues/4">#4</a>)</li> <li>See full diff in <a href="https://github.com/n0-computer/n0-future/compare/v0.1.3...v0.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=n0-future&package-manager=cargo&previous-version=0.1.3&new-version=0.2.0)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea23016 commit c766ed6

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

Cargo.lock

Lines changed: 23 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netwatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ workspace = true
1818
[dependencies]
1919
atomic-waker = "1.1.2"
2020
bytes = "1.7"
21-
n0-future = "0.1.3"
21+
n0-future = "0.2.0"
2222
n0-watcher = "0.3"
2323
nested_enum_utils = "0.2.0"
2424
pin-project-lite = "0.2.16"

0 commit comments

Comments
 (0)