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 }