Switch to a faster Brotli crate

This commit is contained in:
Johann Hofmann 2016-07-01 14:48:44 +02:00
parent 0ae07e07e6
commit 7890440d72
No known key found for this signature in database
GPG key ID: 15DD943556C9CC16
4 changed files with 24 additions and 8 deletions

View file

@ -10,7 +10,7 @@ path = "lib.rs"
[dependencies]
bitflags = "0.7"
brotli = {git = "https://github.com/ende76/brotli-rs"}
brotli = "1.0.6"
content-blocker = "0.2"
cookie = { version = "0.2.5", features = ["serialize-serde", "serialize-rustc" ] }
device = {git = "https://github.com/servo/devices"}