X-Git-Url: http://these/git/?a=blobdiff_plain;f=Cargo.toml;h=00b400dd12b0cb8e9b97c132f5c7cf9584637980;hb=b2a9d4a335185b25779740a936a9ba8b20e07986;hp=c2cbc4879dad42833742d9542197573115e0327f;hpb=73d2faa9f5773953eeda9402fc3934e0fdfa239c;p=lemmy.git diff --git a/Cargo.toml b/Cargo.toml index c2cbc487..00b400dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ diesel_migrations = "2.1.0" diesel-async = "0.3.1" serde = { version = "1.0.164", features = ["derive"] } serde_with = "1.14.0" -actix-web = { version = "4.3.1", default-features = false, features = ["macros", "rustls"] } +actix-web = { version = "4.3.1", default-features = false, features = ["macros", "rustls", "compress-brotli", "compress-gzip", "compress-zstd"] } tracing = "0.1.37" tracing-actix-web = { version = "0.6.2", default-features = false } tracing-error = "0.2.0"