mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Remove the zstd dependency comming from actix-web/http
This commit is contained in:
parent
55c9514c6b
commit
46e6d23dd2
2 changed files with 1 additions and 31 deletions
|
@ -23,7 +23,7 @@ zip = { version = "0.5.13", optional = true }
|
|||
|
||||
[dependencies]
|
||||
actix-cors = "0.6"
|
||||
actix-web = { version = "4", features = ["rustls"] }
|
||||
actix-web = { version = "4", default-features = false, features = ["macros", "compress-brotli", "compress-gzip", "cookies", "rustls"] }
|
||||
actix-web-static-files = { git = "https://github.com/kilork/actix-web-static-files.git", rev = "2d3b6160", optional = true }
|
||||
anyhow = { version = "1.0.43", features = ["backtrace"] }
|
||||
async-stream = "0.3.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue