update milli

This commit is contained in:
mpostma 2021-03-15 14:26:59 +01:00
parent 55fadd7f87
commit f727dcc8c6
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
2 changed files with 2 additions and 3 deletions

View file

@ -17,7 +17,6 @@ actix-cors = { path = "../../actix-extras/actix-cors" }
actix-http = { version = "3.0.0-beta.4", features = ["cookies"] }
actix-service = "2.0.0-beta.4"
actix-web = { version = "4.0.0-beta.4", features = ["rustls", "cookies"] }
#actix-web = { version = "3", features = ["rustls"] }
anyhow = "1.0.36"
async-compression = { version = "0.3.6", features = ["gzip", "tokio-02"] }
byte-unit = { version = "4.0.9", default-features = false, features = ["std"] }
@ -38,8 +37,7 @@ main_error = "0.1.0"
meilisearch-error = { path = "../meilisearch-error" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/Tokenizer.git", branch = "main" }
memmap = "0.7.0"
milli = { path = "../../milli/milli" }
#milli = { git = "https://github.com/meilisearch/milli.git", rev = "794fce7" }
milli = { git = "https://github.com/meilisearch/milli.git", rev = "b7b23cd" }
mime = "0.3.16"
once_cell = "1.5.2"
rand = "0.7.3"