1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

migrate to brotli crate (#2538)

This commit is contained in:
Rob Ede
2022-01-15 14:03:16 +00:00
committed by GitHub
parent 455d5c460d
commit e7cae5a95b
7 changed files with 40 additions and 26 deletions

View File

@ -101,7 +101,7 @@ actix-tls = { version = "3.0.0", features = ["openssl", "rustls"] }
actix-utils = "3.0.0"
actix-web = { version = "4.0.0-beta.20", features = ["openssl"] }
brotli2 = "0.3.2"
brotli = "3.3.3"
const-str = "0.3"
env_logger = "0.9"
flate2 = "1.0.13"