Update heed to 0.10.0

This commit is contained in:
Clément Renault
2020-10-30 11:42:00 +01:00
parent a30206a665
commit 085d3b9d94
10 changed files with 47 additions and 18 deletions

View File

@ -14,7 +14,7 @@ flate2 = "1.0.17"
fst = "0.4.4"
fxhash = "0.2.1"
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "ce3517f" }
heed = { version = "0.9.0", default-features = false, features = ["lmdb"] }
heed = { version = "0.10.0", default-features = false, features = ["lmdb"] }
human_format = "1.0.3"
indexmap = { version = "1.6.0", features = ["serde-1"] }
jemallocator = "0.3.2"