From bab6001e0b596a9742bdc982c67c79be4b85e563 Mon Sep 17 00:00:00 2001 From: nickelc Date: Thu, 7 Nov 2019 21:04:01 +0100 Subject: [PATCH] Pin async-compression to the last alpha (#703) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d288e8b..21918a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ cookie_crate = { version = "0.12", package = "cookie", optional = true } cookie_store = { version = "0.10", optional = true } ## gzip -async-compression = { version = "0.1.0-alpha.5", default-features = false, features = ["gzip", "stream"], optional = true } +async-compression = { version = "=0.1.0-alpha.7", default-features = false, features = ["gzip", "stream"], optional = true } ## json serde_json = { version = "1.0", optional = true }