Bump milli to v0.33.6

This commit is contained in:
Clément Renault
2022-12-01 16:41:48 +01:00
parent 1387a211d2
commit 3efec70ae2
2 changed files with 76 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.5" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.33.6" }
mime = "0.3.16"
num_cpus = "1.13.1"
obkv = "0.2.0"