Skip to content

Commit e0b0b16

Browse files
committed
deps(iroh-net): Upgrade igd-next, remove hyper 0.14
This finally removes the last use of a pre-1.0 hyper version, eliminating our duplicate hyper dependencies. Closes #1863.
1 parent 2d04306 commit e0b0b16

File tree

2 files changed

+15
-56
lines changed

2 files changed

+15
-56
lines changed

Cargo.lock

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

iroh-net/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)