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

@@ -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"