From fd7c0bf48e9bccc0fae2e8a3aa9a8cb23866b3bd Mon Sep 17 00:00:00 2001 From: Eitan Seri-Levi Date: Mon, 22 Jul 2024 12:32:43 -0700 Subject: [PATCH] align alloy versions --- Cargo.lock | 2 +- beacon_node/execution_layer/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 896ab61419..e25ca5098d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2886,7 +2886,7 @@ name = "execution_layer" version = "0.1.0" dependencies = [ "alloy-consensus", - "alloy-primitives 0.6.4", + "alloy-primitives 0.7.7", "alloy-rlp", "arc-swap", "builder_client", diff --git a/beacon_node/execution_layer/Cargo.toml b/beacon_node/execution_layer/Cargo.toml index 06f0d3ab9e..282e8e0591 100644 --- a/beacon_node/execution_layer/Cargo.toml +++ b/beacon_node/execution_layer/Cargo.toml @@ -6,6 +6,7 @@ edition = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +alloy-primitives = { workspace = true } types = { workspace = true } tokio = { workspace = true } slog = { workspace = true } @@ -50,5 +51,4 @@ arc-swap = "1.6.0" eth2_network_config = { workspace = true } alloy-rlp = "0.3.4" alloy-consensus = { git = "https://github.com/alloy-rs/alloy.git", rev = "974d488bab5e21e9f17452a39a4bfa56677367b2" } -alloy-primitives = "0.6.2" lighthouse_version = { workspace = true }