1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +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

@ -109,7 +109,7 @@ actix-files = "0.6.0-beta.14"
actix-test = { version = "0.1.0-beta.11", features = ["openssl", "rustls"] }
awc = { version = "3.0.0-beta.18", features = ["openssl"] }
brotli2 = "0.3.2"
brotli = "3.3.3"
const-str = "0.3"
criterion = { version = "0.3", features = ["html_reports"] }
env_logger = "0.9"