Merge pull request #165 from KodrAus/feat/async-decoder

Support Async Gzip Decoding
This commit is contained in:
Sean McArthur
2017-08-21 10:57:55 -07:00
committed by GitHub
12 changed files with 656 additions and 208 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"