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

@ -7,7 +7,7 @@ edition = "2021"
enum-iterator = "0.7.0"
hmac = "0.12.1"
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" }
rand = "0.8.4"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = { version = "1.0.79", features = ["preserve_order"] }