support async gzip decoding

This commit is contained in:
Ashley Mannix
2017-08-18 19:43:06 +10:00
parent aee559bdea
commit e2fa97254e
10 changed files with 605 additions and 203 deletions

View File

@@ -14,7 +14,7 @@ bytes = "0.4"
futures = "0.1.14"
hyper = "0.11"
hyper-tls = "0.1.2"
libflate = "0.1.5"
libflate = "0.1.11"
log = "0.3"
native-tls = "0.1.3"
serde = "1.0"