update milli

This commit is contained in:
ManyTheFish
2023-02-22 18:09:10 +01:00
parent cf1db80348
commit 3a3acd5126
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.2", default-features = false }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.41.3", default-features = false }
roaring = { version = "0.10.0", features = ["serde"] }
serde = { version = "1.0.145", features = ["derive"] }
serde-cs = "0.2.4"