Skip to content

Commit

Permalink
pin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Jun 17, 2022
1 parent ec4676b commit 7dc5d41
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions beacon_node/execution_layer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
types = { path = "../../consensus/types"}
types = { path = "../../consensus/types" }
tokio = { version = "1.10.0", features = ["full"] }
async-trait = "0.1.51"
slog = "2.5.2"
futures = "0.3.7"
sensitive_url = { path = "../../common/sensitive_url" }
reqwest = { version = "0.11.0", features = ["json","stream"] }
reqwest = { version = "0.11.0", features = ["json", "stream"] }
eth2_serde_utils = "0.1.1"
serde_json = "1.0.58"
serde = { version = "1.0.116", features = ["derive"] }
Expand All @@ -28,7 +28,7 @@ eth2_ssz_types = "0.2.2"
lru = "0.7.1"
exit-future = "0.2.0"
tree_hash = "0.4.1"
tree_hash_derive = { path = "../../consensus/tree_hash_derive"}
tree_hash_derive = { path = "../../consensus/tree_hash_derive" }
parking_lot = "0.12.0"
slot_clock = { path = "../../common/slot_clock" }
tempfile = "3.1.0"
Expand All @@ -38,8 +38,7 @@ lighthouse_metrics = { path = "../../common/lighthouse_metrics" }
lazy_static = "1.4.0"
ethers-core = { git = "https://github.com/gakonst/ethers-rs", rev = "02ad93a1cfb7b62eb051c77c61dc4c0218428e4a" }
builder_client = { path = "../builder_client" }
mev-build-rs = {git = "https://github.com/ralexstokes/mev-rs", tag = "v0.1.0"}
ethereum-consensus = {git = "https://github.com/ralexstokes/ethereum-consensus"}
ssz-rs = {git = "https://github.com/ralexstokes/ssz-rs"}
mev-build-rs = { git = "https://github.com/ralexstokes/mev-rs", tag = "v0.1.0" }
ethereum-consensus = { git = "https://github.com/ralexstokes/ethereum-consensus", rev = "df6a3db12ee7a0a05a7081989a3264c13d2b1adf" }
ssz-rs = { git = "https://github.com/ralexstokes/ssz-rs", rev = "bd7cfb5a836e28747e6ce5e570234d14df0b24f7" }
eth2 = { path = "../../common/eth2" }

0 comments on commit 7dc5d41

Please sign in to comment.