Bump the other milli

This commit is contained in:
Clément Renault
2022-12-01 18:16:55 +01:00
parent 121db2ef44
commit 7070b8ba9a
2 changed files with 6 additions and 76 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.33.5" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.33.6" }
rand = "0.8.4"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = { version = "1.0.85", features = ["preserve_order"] }