mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Remove the actix-web dependency from milli
This commit is contained in:
parent
6376c342c1
commit
170e063b80
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ actix-web = { version = "4.3.1", default-features = false }
|
|||
anyhow = "1.0.70"
|
||||
convert_case = "0.6.0"
|
||||
csv = "1.2.1"
|
||||
deserr = { version = "0.6.0", features = ["actix-web"]}
|
||||
deserr = { version = "0.6.0", features = ["actix-web"] }
|
||||
either = { version = "1.8.1", features = ["serde"] }
|
||||
enum-iterator = "1.4.0"
|
||||
file-store = { path = "../file-store" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue