diff --git a/Cargo.lock b/Cargo.lock index 822d2eeec4..9cb2617310 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/beacon_node/network/Cargo.toml b/beacon_node/network/Cargo.toml index 607f231a66..5091c62403 100644 --- a/beacon_node/network/Cargo.toml +++ b/beacon_node/network/Cargo.toml @@ -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 }