From a80c863a42f9dc653dfd02231cff31626b1c549f Mon Sep 17 00:00:00 2001 From: hson Date: Thu, 12 May 2022 04:03:56 +0900 Subject: [PATCH] Bump async-compression --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b2b9989..14d5150 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ cookie_store = { version = "0.16", optional = true } proc-macro-hack = { version = "0.5.19", optional = true } ## compression -async-compression = { version = "0.3.7", default-features = false, features = ["tokio"], optional = true } +async-compression = { version = "0.3.13", default-features = false, features = ["tokio"], optional = true } tokio-util = { version = "0.7.1", default-features = false, features = ["codec", "io"], optional = true } ## socks