Skip to content

Commit 430ff3a

Browse files
chore(deps): bump n0-future from 0.1.3 to 0.2.0 (#3516)
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> Co-authored-by: Friedel Ziegelmayer <[email protected]>
1 parent ca85faa commit 430ff3a

File tree

5 files changed

+31
-10
lines changed

5 files changed

+31
-10
lines changed

Cargo.lock

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

iroh-dns-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ humantime = "2.2.0"
3030
humantime-serde = "1.1.1"
3131
iroh-metrics = { version = "0.36", features = ["service"] }
3232
lru = "0.16"
33-
n0-future = "0.1.2"
33+
n0-future = "0.2.0"
3434
n0-snafu = "0.2.2"
3535
pkarr = { version = "5", features = ["relays", "dht"], default-features = false }
3636
rcgen = "0.14"

iroh-relay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ hyper = { version = "1", features = ["server", "client", "http1"] }
3333
hyper-util = "0.1.1"
3434
iroh-base = { version = "0.93.1", path = "../iroh-base", default-features = false, features = ["key", "relay"] }
3535
iroh-metrics = { version = "0.36", default-features = false }
36-
n0-future = "0.1.2"
36+
n0-future = "0.2.0"
3737
num_enum = "0.7"
3838
pin-project = "1"
3939
pkarr = { version = "5", default-features = false, features = ["signed_packet"] }

iroh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ed25519-dalek = { version = "3.0.0-pre.1", features = ["serde", "rand_core", "ze
3939
http = "1"
4040
iroh-base = { version = "0.93.1", default-features = false, features = ["key", "relay"], path = "../iroh-base" }
4141
iroh-relay = { version = "0.93", path = "../iroh-relay", default-features = false }
42-
n0-future = "0.1.2"
42+
n0-future = "0.2.0"
4343
n0-snafu = "0.2.2"
4444
n0-watcher = "0.3"
4545
nested_enum_utils = "0.2.1"

iroh/bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bytes = "1.7"
1010
hdrhistogram = { version = "7.2", default-features = false }
1111
iroh = { path = ".." }
1212
iroh-metrics = "0.36"
13-
n0-future = "0.1.1"
13+
n0-future = "0.2.0"
1414
n0-snafu = "0.2.0"
1515
quinn = { package = "iroh-quinn", version = "0.14" }
1616
rand = "0.9.2"

0 commit comments

Comments
 (0)