Bump milli to v0.37.3

This commit is contained in:
Kerollmops 2022-12-14 14:33:43 +01:00 committed by curquiza
parent 9491fe0704
commit 60c3bac108
2 changed files with 9 additions and 9 deletions

View file

@ -13,7 +13,7 @@ enum-iterator = "1.1.3"
flate2 = "1.0.24"
fst = "0.4.7"
memmap2 = "0.5.7"
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.37.2", default-features = false }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.37.3", default-features = false }
proptest = { version = "1.0.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }
roaring = { version = "0.10.0", features = ["serde"] }