Skip to content

Commit da76dec

Browse files
author
“ramfox”
committed
chore: bump netwatch and n0-future deps
1 parent 0daaf85 commit da76dec

File tree

6 files changed

+163
-26
lines changed

6 files changed

+163
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,3 @@ unexpected_cfgs = { level = "warn", check-cfg = ["cfg(iroh_docsrs)", "cfg(iroh_l
4040

4141
[workspace.lints.clippy]
4242
unused-async = "warn"
43-
44-
[patch.crates-io]
45-
# remove before next iroh release and update netwatch dep in iroh/Cargo.toml to 010.
46-
netwatch = { git = "https://github.com/n0-computer/net-tools", branch = "main" }

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.2.0"
33+
n0-future = "0.3.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.2", path = "../iroh-base", default-features = false, features = ["key", "relay"] }
3535
iroh-metrics = { version = "0.36", default-features = false }
36-
n0-future = "0.2.0"
36+
n0-future = "0.3.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ ed25519-dalek = { version = "3.0.0-pre.1", features = ["serde", "rand_core", "ze
3939
http = "1"
4040
iroh-base = { version = "0.93.2", 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.2.0"
42+
n0-future = "0.3.0"
4343
n0-snafu = "0.2.2"
4444
n0-watcher = "0.3"
4545
nested_enum_utils = "0.2.1"
46-
netwatch = { version = "0.9" }
46+
netwatch = { version = "0.10" }
4747
pin-project = "1"
4848
pkarr = { version = "5", default-features = false, features = ["relays"] }
4949
quinn = { package = "iroh-quinn", version = "0.14.0", default-features = false, features = ["rustls-ring"] }

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.2.0"
13+
n0-future = "0.3.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)