Bump heed to 0.10.3

This commit is contained in:
Clément Renault
2020-11-18 16:16:15 +01:00
parent 218eb97241
commit b255be93fa
4 changed files with 6 additions and 6 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.1", default-features = false, features = ["lmdb", "sync-read-txn"] }
heed = { version = "0.10.3", default-features = false, features = ["lmdb", "sync-read-txn"] }
human_format = "1.0.3"
jemallocator = "0.3.2"
levenshtein_automata = { version = "0.2.0", features = ["fst_automaton"] }