Skip to content

Commit 5e40fe1

Browse files
authored
deps(iroh-net): Upgrade igd-next, remove hyper 0.14 (#2804)
## Description This finally removes the last use of a pre-1.0 hyper version, eliminating our duplicate hyper dependencies. ## Breaking Changes None ## Notes & open questions Closes #1863. ## Change checklist - [x] 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.~~
1 parent 2d04306 commit 5e40fe1

File tree

2 files changed

+15
-56
lines changed

2 files changed

+15
-56
lines changed

Cargo.lock

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

iroh-net/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ http = "1"
3737
http-body-util = "0.1.0"
3838
hyper = { version = "1", features = ["server", "client", "http1"] }
3939
hyper-util = "0.1.1"
40-
igd-next = { version = "0.14.3", features = ["aio_tokio"] }
40+
igd-next = { version = "0.15.1", features = ["aio_tokio"] }
4141
iroh-base = { version = "0.26.0", path = "../iroh-base", features = ["key"] }
4242
libc = "0.2.139"
4343
num_enum = "0.7"

0 commit comments

Comments
 (0)