Skip to content

Commit 1b156d0

Browse files
use released versions
1 parent 320609d commit 1b156d0

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

Cargo.lock

Lines changed: 7 additions & 5 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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +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-
45-
[patch.crates-io]
46-
portmapper = { git = "https://github.com/n0-computer/net-tools", branch = "main" }
47-
netwatch = { git = "https://github.com/n0-computer/net-tools", branch = "main" }

iroh/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ n0-future = "0.1.2"
4343
n0-snafu = "0.2.1"
4444
n0-watcher = "0.2"
4545
nested_enum_utils = "0.2.1"
46-
netwatch = { version = "0.6" }
46+
netwatch = { version = "0.7" }
4747
pin-project = "1"
4848
pkarr = { version = "3.7", default-features = false, features = [
4949
"relays",
@@ -108,7 +108,7 @@ parse-size = { version = "=1.0.0", optional = true, features = ['std'] } # pinne
108108
hickory-resolver = "0.25.1"
109109
igd-next = { version = "0.16", features = ["aio_tokio"] }
110110
netdev = { version = "0.36.0" }
111-
portmapper = { version = "0.6.1", default-features = false }
111+
portmapper = { version = "0.7", default-features = false }
112112
quinn = { package = "iroh-quinn", version = "0.14.0", default-features = false, features = ["runtime-tokio", "rustls-ring"] }
113113
tokio = { version = "1", features = [
114114
"io-util",

0 commit comments

Comments
 (0)