diff --git a/Cargo.lock b/Cargo.lock index e608385ae3..cfb4bbd261 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2636,15 +2636,14 @@ dependencies = [ [[package]] name = "n0-future" -version = "0.0.1" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7d4800d43db24b202e42bb129710ee5f809d46345d2e31ed702d5c6ed02601e" +checksum = "0b3faeb9b9f692be348d7c2b41686cf697f4ff40a4811b6ecf4e09fde291ebfc" dependencies = [ "cfg_aliases", "derive_more", "futures-buffered", "futures-lite", - "futures-sink", "futures-util", "js-sys", "pin-project", diff --git a/iroh-net-report/Cargo.toml b/iroh-net-report/Cargo.toml index 7c7e00fbd7..22feff93af 100644 --- a/iroh-net-report/Cargo.toml +++ b/iroh-net-report/Cargo.toml @@ -47,7 +47,7 @@ tokio = { version = "1", default-features = false, features = ["sync", "time", " iroh-relay = { path = "../iroh-relay", features = ["test-utils", "server"] } iroh-test = { path = "../iroh-test" } pretty_assertions = "1.4" -quinn = { package = "iroh-quinn", version = "0.12.0" } +quinn = { package = "iroh-quinn", version = "0.13.0" } testresult = "0.4.0" tokio = { version = "1", default-features = false, features = ["test-util"] } diff --git a/iroh-relay/Cargo.toml b/iroh-relay/Cargo.toml index ea715d5768..05a1e6a6dd 100644 --- a/iroh-relay/Cargo.toml +++ b/iroh-relay/Cargo.toml @@ -29,7 +29,7 @@ hyper = { version = "1", features = ["server", "client", "http1"] } hyper-util = "0.1.1" iroh-base = { version = "0.31.0", path = "../iroh-base", default-features = false, features = ["key", "relay"] } iroh-metrics = { version = "0.31", default-features = false } -n0-future = { version = "0.0.1" } +n0-future = "0.1.1" num_enum = "0.7" pin-project = "1" postcard = { version = "1", default-features = false, features = [