Use milli v0.33.5

This commit is contained in:
Kerollmops
2022-11-14 17:26:31 +01:00
parent 3ebd88c03b
commit c77c3a90a0
3 changed files with 6 additions and 6 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.33.4" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.33.5" }
mime = "0.3.16"
num_cpus = "1.13.1"
obkv = "0.2.0"