We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01db3b6 commit 392b420Copy full SHA for 392b420
eth2/state_processing/Cargo.toml
@@ -13,7 +13,7 @@ criterion = "0.2"
13
env_logger = "0.6.0"
14
serde = "1.0"
15
serde_derive = "1.0"
16
-lazy_static = "0.1"
+lazy_static = "1.4"
17
serde_yaml = "0.8"
18
eth2_ssz = { path = "../utils/ssz" }
19
beacon_chain = { path = "../../beacon_node/beacon_chain" }
eth2/utils/tree_hash/Cargo.toml
@@ -19,4 +19,4 @@ types = { path = "../../types" }
[dependencies]
20
ethereum-types = "0.6"
21
eth2_hashing = "0.1"
22
0 commit comments