Remove the zstd dependency comming from actix-web/http

This commit is contained in:
Kerollmops 2022-03-14 16:06:28 +01:00
parent 55c9514c6b
commit 46e6d23dd2
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 1 additions and 31 deletions

View file

@ -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"