Update LevelDB to v0.8.6, removing patch (#1636)

Removes our dependency on a fork of LevelDB now that https://github.com/skade/leveldb-sys/pull/17 is merged
This commit is contained in:
Michael Sproul
2020-09-21 11:53:53 +00:00
parent 1db8daae0c
commit 5d17eb899f
3 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ rayon = "1.3.0"
[dependencies]
db-key = "0.0.5"
leveldb = "0.8.5"
leveldb = "0.8.6"
parking_lot = "0.11.0"
itertools = "0.9.0"
eth2_ssz = "0.1.2"