Remove three useless dependencies

This commit is contained in:
Kerollmops
2022-03-14 17:00:00 +01:00
parent 712bf035a7
commit 288a879411
3 changed files with 1 additions and 5 deletions

View File

@ -10,7 +10,6 @@ anyhow = "1.0.38"
byte-unit = { version = "4.0.9", default-features = false, features = ["std"] }
crossbeam-channel = "0.5.0"
heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.7" }
memmap2 = "0.5.0"
milli = { path = "../milli" }
once_cell = "1.5.2"