Skip to content

Commit 7ba2ac8

Browse files
committed
Also update portmapper to the latest version
1 parent a5cfc95 commit 7ba2ac8

File tree

3 files changed

+10
-30
lines changed

3 files changed

+10
-30
lines changed

Cargo.lock

+8-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iroh-net-report/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ url = { version = "2.4" }
4242
[target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies]
4343
hickory-resolver = "=0.25.0-alpha.5"
4444
netwatch = { version = "0.3" }
45-
portmapper = { version = "0.3", default-features = false }
45+
portmapper = { version = "0.4", default-features = false }
4646
surge-ping = "0.8.0"
4747

4848
[dev-dependencies]

iroh/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ parse-size = { version = "=1.0.0", optional = true } # pinned version to avoid b
103103
hickory-resolver = { version = "=0.25.0-alpha.5" }
104104
igd-next = { version = "0.15.1", features = ["aio_tokio"] }
105105
netdev = { version = "0.31.0" }
106-
portmapper = { version = "0.3", default-features = false }
106+
portmapper = { version = "0.4", default-features = false }
107107
quinn = { package = "iroh-quinn", version = "0.13.0", default-features = false, features = ["platform-verifier", "runtime-tokio", "rustls-ring"] }
108108
tokio = { version = "1", features = [
109109
"io-util",

0 commit comments

Comments
 (0)