Update lru, leveldb. Run cargo update (#1249)

* Update lru, leveldb. Run cargo update

* Add cmake to docker image

* Move cmake dep in dockerfile
This commit is contained in:
Paul Hauner
2020-06-06 16:39:42 +10:00
committed by GitHub
parent e20a2deebd
commit d9d00cc05d
5 changed files with 124 additions and 101 deletions

View File

@@ -41,7 +41,7 @@ genesis = { path = "../genesis" }
integer-sqrt = "0.1.3"
rand = "0.7.3"
proto_array_fork_choice = { path = "../../consensus/proto_array_fork_choice" }
lru = "0.4.3"
lru = "0.5.1"
tempfile = "3.1.0"
bitvec = "0.17.4"
bls = { path = "../../crypto/bls" }

View File

@@ -24,7 +24,7 @@ unsigned-varint = { git = "https://github.com/sigp/unsigned-varint", branch = "l
lazy_static = "1.4.0"
lighthouse_metrics = { path = "../../common/lighthouse_metrics" }
smallvec = "1.4.0"
lru = "0.4.5"
lru = "0.5.1"
parking_lot = "0.10.2"
sha2 = "0.8.2"
base64 = "0.12.1"
@@ -50,4 +50,4 @@ slog-stdlog = "4.0.0"
slog-term = "2.5.0"
slog-async = "2.5.0"
tempdir = "0.3.7"
exit-future = "0.2.0"
exit-future = "0.2.0"

View File

@@ -16,7 +16,7 @@ rayon = "1.3.0"
[dependencies]
db-key = "0.0.5"
leveldb = "0.8.4"
leveldb = "0.8.5"
parking_lot = "0.10.2"
itertools = "0.9.0"
eth2_ssz = "0.1.2"
@@ -29,4 +29,4 @@ serde = "1.0.110"
serde_derive = "1.0.110"
lazy_static = "1.4.0"
lighthouse_metrics = { path = "../../common/lighthouse_metrics" }
lru = "0.4.3"
lru = "0.5.1"