Update milli version to v0.17.3

This commit is contained in:
Clémentine Urquizar 2021-10-12 16:12:16 +02:00
parent 3edbc74430
commit 29ac324e90
No known key found for this signature in database
GPG key ID: D8E7CC7422E77E1A
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ lazy_static = "1.4.0"
log = "0.4.14"
meilisearch-error = { path = "../meilisearch-error" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.5" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.17.2" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.17.3" }
mime = "0.3.16"
num_cpus = "1.13.0"
once_cell = "1.8.0"