Bump igd-next to remove duplicated version (#9543)

#8547


  Bump network's `igd-next` dependency so it matches `libp2p`.


Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
Mac L
2026-06-27 03:55:15 +04:00
committed by GitHub
parent 5e9e86d0c3
commit 0ac8c257ef
2 changed files with 3 additions and 24 deletions

25
Cargo.lock generated
View File

@@ -4647,27 +4647,6 @@ dependencies = [
"windows",
]
[[package]]
name = "igd-next"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "516893339c97f6011282d5825ac94fc1c7aad5cad26bdc2d0cee068c0bf97f97"
dependencies = [
"async-trait",
"attohttpc",
"bytes",
"futures",
"http",
"http-body-util",
"hyper",
"hyper-util",
"log",
"rand 0.9.2",
"tokio",
"url",
"xmltree",
]
[[package]]
name = "igd-next"
version = "0.17.1"
@@ -5453,7 +5432,7 @@ source = "git+https://github.com/sigp/rust-libp2p.git?rev=3563de5ed20e509885592b
dependencies = [
"futures",
"futures-timer",
"igd-next 0.17.1",
"igd-next",
"libp2p-core",
"libp2p-swarm",
"tokio",
@@ -6224,7 +6203,7 @@ dependencies = [
"futures",
"genesis",
"hex",
"igd-next 0.16.2",
"igd-next",
"itertools 0.14.0",
"k256",
"kzg",

View File

@@ -26,7 +26,7 @@ fixed_bytes = { workspace = true }
fnv = { workspace = true }
futures = { workspace = true }
hex = { workspace = true }
igd-next = { version = "0.16", features = ["aio_tokio"] }
igd-next = { version = "0.17", features = ["aio_tokio"] }
itertools = { workspace = true }
lighthouse_network = { workspace = true }
logging = { workspace = true }