Skip to content

Commit ee08341

Browse files
authored
chore(iroh): Update portmapper (#3410)
## Description This avoids a double-dependency on n0-watcher versions 0.2 and 0.3. I accidentally didn't push this to #3405 ## Change checklist <!-- Remove any that are not relevant. --> - [x] Self-review.
1 parent 91c2e63 commit ee08341

File tree

2 files changed

+7
-53
lines changed

2 files changed

+7
-53
lines changed

Cargo.lock

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

iroh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.7", default-features = false }
111+
portmapper = { version = "0.8", 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)