From 8a088fb99e47750460d854368a3f2825110b0df8 Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Wed, 8 Sep 2021 14:08:55 +0200 Subject: [PATCH] Bump grenad to v0.3.1 --- milli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milli/Cargo.toml b/milli/Cargo.toml index d5a2e2978..c6fe3ea95 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -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"] }