mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-30 19:34:37 +00:00
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:
25
Cargo.lock
generated
25
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user