Skip to content

Commit 51ba699

Browse files
authored
deps: bump quinn in feat-multipath (#3723)
## Description Bumps quinn to latest `main-iroh` and netwatch/portmapper to n0-computer/net-tools#72 (the latter is needed because the quinn-udp version changed to 0.6 on `main-iroh`). ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist <!-- Remove any that are not relevant. --> - [ ] Self-review. - [ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [ ] Tests if relevant. - [ ] All breaking changes documented. - [ ] List all breaking changes in the above "Breaking Changes" section. - [ ] Open an issue or PR on any number0 repos that are affected by this breaking change. Give guidance on how the updates should be handled or do the actual updates themselves. The major ones are: - [ ] [`quic-rpc`](https://github.com/n0-computer/quic-rpc) - [ ] [`iroh-gossip`](https://github.com/n0-computer/iroh-gossip) - [ ] [`iroh-blobs`](https://github.com/n0-computer/iroh-blobs) - [ ] [`dumbpipe`](https://github.com/n0-computer/dumbpipe) - [ ] [`sendme`](https://github.com/n0-computer/sendme)
1 parent 2cf93a5 commit 51ba699

File tree

3 files changed

+20
-22
lines changed

3 files changed

+20
-22
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ iroh-quinn = { git = "https://github.com/n0-computer/quinn", branch = "main-iroh
4747
iroh-quinn-proto = { git = "https://github.com/n0-computer/quinn", branch = "main-iroh" }
4848
iroh-quinn-udp = { git = "https://github.com/n0-computer/quinn", branch = "main-iroh" }
4949

50-
netwatch = { git = "https://github.com/n0-computer/net-tools", branch = "main" }
50+
netwatch = { git = "https://github.com/n0-computer/net-tools", branch = "quinn-udp-git" }
51+
portmapper = { git = "https://github.com/n0-computer/net-tools", branch = "quinn-udp-git" }
5152

5253
# iroh-quinn = { path = "../quinn/quinn" }
5354
# iroh-quinn-proto = { path = "../quinn/quinn-proto" }

iroh-relay/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ server = [
153153
"dep:sha1",
154154
"dep:toml",
155155
"dep:tracing-subscriber",
156-
"quinn/log",
157156
"quinn/platform-verifier",
158157
"quinn/runtime-tokio",
159158
"iroh-metrics/service",

0 commit comments

Comments
 (0)