Remove the zstd dependency

This commit is contained in:
Clément Renault 2024-05-23 16:03:11 +02:00
parent abe29772db
commit b1f5a72d0d
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
2 changed files with 52 additions and 123 deletions

View file

@ -132,7 +132,7 @@ reqwest = { version = "0.11.23", features = [
sha-1 = { version = "0.10.1", optional = true }
static-files = { version = "0.2.3", optional = true }
tempfile = { version = "3.9.0", optional = true }
zip = { version = "0.6.6", optional = true }
zip = { version = "1.3.1", features = ["deflate"], default-features = false, optional = true }
[features]
default = ["analytics", "meilisearch-types/all-tokenizations", "mini-dashboard"]