mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Merge remote-tracking branch 'origin/unstable' into tree-states
This commit is contained in:
@@ -11,7 +11,7 @@ beacon_chain = {path = "../beacon_chain"}
|
||||
[dependencies]
|
||||
db-key = "0.0.5"
|
||||
leveldb = { version = "0.8.6", default-features = false }
|
||||
parking_lot = "0.11.0"
|
||||
parking_lot = "0.12.0"
|
||||
itertools = "0.10.0"
|
||||
eth2_ssz = "0.4.1"
|
||||
eth2_ssz_derive = "0.3.0"
|
||||
@@ -29,4 +29,4 @@ directory = { path = "../../common/directory" }
|
||||
tree_hash = "0.4.0"
|
||||
take-until = "0.1.0"
|
||||
zstd = "0.10.0"
|
||||
strum = { version = "0.24", features = ["derive"] }
|
||||
strum = { version = "0.24.0", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user