Skip to content

Commit 392b420

Browse files
committed
Consolidate lazy_static versions
1 parent 01db3b6 commit 392b420

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eth2/state_processing/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ criterion = "0.2"
1313
env_logger = "0.6.0"
1414
serde = "1.0"
1515
serde_derive = "1.0"
16-
lazy_static = "0.1"
16+
lazy_static = "1.4"
1717
serde_yaml = "0.8"
1818
eth2_ssz = { path = "../utils/ssz" }
1919
beacon_chain = { path = "../../beacon_node/beacon_chain" }

eth2/utils/tree_hash/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ types = { path = "../../types" }
1919
[dependencies]
2020
ethereum-types = "0.6"
2121
eth2_hashing = "0.1"
22-
lazy_static = "0.1"
22+
lazy_static = "1.4"

0 commit comments

Comments
 (0)