mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 04:44:28 +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",
|
"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]]
|
[[package]]
|
||||||
name = "igd-next"
|
name = "igd-next"
|
||||||
version = "0.17.1"
|
version = "0.17.1"
|
||||||
@@ -5453,7 +5432,7 @@ source = "git+https://github.com/sigp/rust-libp2p.git?rev=3563de5ed20e509885592b
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"futures-timer",
|
"futures-timer",
|
||||||
"igd-next 0.17.1",
|
"igd-next",
|
||||||
"libp2p-core",
|
"libp2p-core",
|
||||||
"libp2p-swarm",
|
"libp2p-swarm",
|
||||||
"tokio",
|
"tokio",
|
||||||
@@ -6224,7 +6203,7 @@ dependencies = [
|
|||||||
"futures",
|
"futures",
|
||||||
"genesis",
|
"genesis",
|
||||||
"hex",
|
"hex",
|
||||||
"igd-next 0.16.2",
|
"igd-next",
|
||||||
"itertools 0.14.0",
|
"itertools 0.14.0",
|
||||||
"k256",
|
"k256",
|
||||||
"kzg",
|
"kzg",
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ fixed_bytes = { workspace = true }
|
|||||||
fnv = { workspace = true }
|
fnv = { workspace = true }
|
||||||
futures = { workspace = true }
|
futures = { workspace = true }
|
||||||
hex = { workspace = true }
|
hex = { workspace = true }
|
||||||
igd-next = { version = "0.16", features = ["aio_tokio"] }
|
igd-next = { version = "0.17", features = ["aio_tokio"] }
|
||||||
itertools = { workspace = true }
|
itertools = { workspace = true }
|
||||||
lighthouse_network = { workspace = true }
|
lighthouse_network = { workspace = true }
|
||||||
logging = { workspace = true }
|
logging = { workspace = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user