Update grenad to fix rare DB corruption

This commit is contained in:
Louis Dureuil
2024-04-10 09:50:36 +02:00
parent 171b41be24
commit 89e72fab32
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ flatten-serde-json = { path = "../flatten-serde-json" }
fst = "0.4.7"
fxhash = "0.2.1"
geoutils = "0.5.1"
grenad = { version = "0.4.5", default-features = false, features = [
grenad = { version = "0.4.6", default-features = false, features = [
"rayon",
"tempfile",
] }