chore: bump milli

This commit is contained in:
Tamo 2022-06-09 17:44:15 +02:00
parent de356061db
commit 2063fbd985
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
3 changed files with 64 additions and 86 deletions

View file

@ -30,7 +30,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.29.2" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.29.3" }
mime = "0.3.16"
num_cpus = "1.13.1"
obkv = "0.2.0"