align alloy versions

This commit is contained in:
Eitan Seri-Levi
2024-07-22 12:32:43 -07:00
parent 5cdb960685
commit fd7c0bf48e
2 changed files with 2 additions and 2 deletions

View File

@@ -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 }