mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 13:24:44 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user