Bump heed to be able to reference a RoTxn from multiple threads

This commit is contained in:
Clément Renault
2020-11-02 12:49:23 +01:00
parent 3abfe8aa22
commit 4fded5bd0e
2 changed files with 3 additions and 3 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 = "3eb7ad9" }
heed = { version = "0.10.0", default-features = false, features = ["lmdb"] }
heed = { version = "0.10.1", default-features = false, features = ["lmdb", "sync-read-txn"] }
human_format = "1.0.3"
indexmap = { version = "1.6.0", features = ["serde-1"] }
jemallocator = "0.3.2"