Bump milli to v0.41.1

This commit is contained in:
Louis Dureuil
2023-02-01 11:53:39 +01:00
parent 20f8184c06
commit 231067a1c4
2 changed files with 9 additions and 9 deletions

View File

@ -16,7 +16,7 @@ file-store = { path = "../file-store" }
flate2 = "1.0.24"
fst = "0.4.7"
memmap2 = "0.5.7"
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.41.0", default-features = false }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.41.1", default-features = false }
roaring = { version = "0.10.0", features = ["serde"] }
serde = { version = "1.0.145", features = ["derive"] }
serde-cs = "0.2.4"