mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 12:58:31 +00:00
align alloy versions
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -2886,7 +2886,7 @@ name = "execution_layer"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"alloy-consensus",
|
"alloy-consensus",
|
||||||
"alloy-primitives 0.6.4",
|
"alloy-primitives 0.7.7",
|
||||||
"alloy-rlp",
|
"alloy-rlp",
|
||||||
"arc-swap",
|
"arc-swap",
|
||||||
"builder_client",
|
"builder_client",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ edition = { workspace = true }
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
alloy-primitives = { workspace = true }
|
||||||
types = { workspace = true }
|
types = { workspace = true }
|
||||||
tokio = { workspace = true }
|
tokio = { workspace = true }
|
||||||
slog = { workspace = true }
|
slog = { workspace = true }
|
||||||
@@ -50,5 +51,4 @@ arc-swap = "1.6.0"
|
|||||||
eth2_network_config = { workspace = true }
|
eth2_network_config = { workspace = true }
|
||||||
alloy-rlp = "0.3.4"
|
alloy-rlp = "0.3.4"
|
||||||
alloy-consensus = { git = "https://github.com/alloy-rs/alloy.git", rev = "974d488bab5e21e9f17452a39a4bfa56677367b2" }
|
alloy-consensus = { git = "https://github.com/alloy-rs/alloy.git", rev = "974d488bab5e21e9f17452a39a4bfa56677367b2" }
|
||||||
alloy-primitives = "0.6.2"
|
|
||||||
lighthouse_version = { workspace = true }
|
lighthouse_version = { workspace = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user