bump milli

This commit is contained in:
Tamo 2023-01-19 20:54:42 +01:00 committed by Louis Dureuil
parent f0e6b9c0c5
commit c79b6a1ee4
No known key found for this signature in database
2 changed files with 13 additions and 13 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.39.1", default-features = false }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.40.0", default-features = false }
roaring = { version = "0.10.0", features = ["serde"] }
serde = { version = "1.0.145", features = ["derive"] }
serde-cs = "0.2.4"