From f973c877118f7c5a8810f1df9c10c32f68677e2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 07:36:38 +0000 Subject: [PATCH] chore(deps): bump n0-future from 0.1.3 to 0.2.0 Bumps [n0-future](https://github.com/n0-computer/n0-future) from 0.1.3 to 0.2.0. - [Changelog](https://github.com/n0-computer/n0-future/blob/main/CHANGELOG.md) - [Commits](https://github.com/n0-computer/n0-future/compare/v0.1.3...v0.2.0) --- updated-dependencies: - dependency-name: n0-future dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 25 +++++++++++++++++++++++-- netwatch/Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 66b7e0d3..0b697dee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1153,6 +1153,27 @@ dependencies = [ "web-time", ] +[[package]] +name = "n0-future" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "89d7dd42bd0114c9daa9c4f2255d692a73bba45767ec32cf62892af6fe5d31f6" +dependencies = [ + "cfg_aliases", + "derive_more 1.0.0", + "futures-buffered", + "futures-lite", + "futures-util", + "js-sys", + "pin-project", + "send_wrapper", + "tokio", + "tokio-util", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-time", +] + [[package]] name = "n0-watcher" version = "0.3.0" @@ -1160,7 +1181,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c31462392a10d5ada4b945e840cbec2d5f3fee752b96c4b33eb41414d8f45c2a" dependencies = [ "derive_more 1.0.0", - "n0-future", + "n0-future 0.1.3", "snafu", ] @@ -1284,7 +1305,7 @@ dependencies = [ "iroh-quinn-udp", "js-sys", "libc", - "n0-future", + "n0-future 0.2.0", "n0-watcher", "nested_enum_utils", "netdev", diff --git a/netwatch/Cargo.toml b/netwatch/Cargo.toml index 4bf40dd4..0f33d2a5 100644 --- a/netwatch/Cargo.toml +++ b/netwatch/Cargo.toml @@ -18,7 +18,7 @@ workspace = true [dependencies] atomic-waker = "1.1.2" bytes = "1.7" -n0-future = "0.1.3" +n0-future = "0.2.0" n0-watcher = "0.3" nested_enum_utils = "0.2.0" pin-project-lite = "0.2.16"