mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Replace brotli with brotli2 #1224
This commit is contained in:
parent
8c54054844
commit
1d12ba9d5f
12 changed files with 108 additions and 139 deletions
|
@ -93,11 +93,11 @@ open-ssl = { version="0.10", package = "openssl", optional = true }
|
|||
rust-tls = { version = "0.16.0", package = "rustls", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
actix = "0.9.0-alpha.1"
|
||||
actix = "0.9.0-alpha.2"
|
||||
rand = "0.7"
|
||||
env_logger = "0.6"
|
||||
serde_derive = "1.0"
|
||||
brotli = "3.3.0"
|
||||
brotli2 = "0.3.2"
|
||||
flate2 = "1.0.13"
|
||||
|
||||
[profile.release]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue