Bump grenad to v0.3.1

This commit is contained in:
Kerollmops 2021-09-08 14:08:55 +02:00
parent 20ad43b908
commit 8a088fb99e
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4

View File

@ -15,7 +15,7 @@ either = "1.6.1"
flate2 = "1.0.20"
fst = "0.4.5"
fxhash = "0.2.1"
grenad = { version = "0.3.0", default-features = false, features = ["tempfile"] }
grenad = { version = "0.3.1", default-features = false, features = ["tempfile"] }
heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1", default-features = false, features = ["lmdb", "sync-read-txn"] }
human_format = "1.0.3"
levenshtein_automata = { version = "0.2.0", features = ["fst_automaton"] }