Consolidate lazy_static versions

This commit is contained in:
Michael Sproul 2019-09-30 12:36:42 +10:00
parent 01db3b6f4e
commit 392b4203d1
No known key found for this signature in database
GPG Key ID: 77B1309D2E54E914
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ criterion = "0.2"
env_logger = "0.6.0"
serde = "1.0"
serde_derive = "1.0"
lazy_static = "0.1"
lazy_static = "1.4"
serde_yaml = "0.8"
eth2_ssz = { path = "../utils/ssz" }
beacon_chain = { path = "../../beacon_node/beacon_chain" }

View File

@ -19,4 +19,4 @@ types = { path = "../../types" }
[dependencies]
ethereum-types = "0.6"
eth2_hashing = "0.1"
lazy_static = "0.1"
lazy_static = "1.4"