Update milli v0.32

This commit is contained in:
Kerollmops
2022-06-16 17:24:38 +02:00
committed by ManyTheFish
parent dc21af46e5
commit fe32097964
3 changed files with 16 additions and 25 deletions

View File

@ -28,7 +28,7 @@ lazy_static = "1.4.0"
log = "0.4.14"
meilisearch-auth = { path = "../meilisearch-auth" }
meilisearch-types = { path = "../meilisearch-types" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.31.2" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.32.0" }
mime = "0.3.16"
num_cpus = "1.13.1"
obkv = "0.2.0"