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