From 45053bd83646298d5bf9f967d7f220b60bb709d6 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Fri, 12 May 2023 14:20:20 +1000 Subject: [PATCH] deps: Update async-compression v0.3.13 => v0.4.0 Signed-off-by: Jiahao XU --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb04c821b..d6e381e1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,7 +130,7 @@ cookie_crate = { version = "0.16", package = "cookie", optional = true } cookie_store = { version = "0.16", optional = true } ## compression -async-compression = { version = "0.3.13", default-features = false, features = ["tokio"], optional = true } +async-compression = { version = "0.4.0", default-features = false, features = ["tokio"], optional = true } tokio-util = { version = "0.7.1", default-features = false, features = ["codec", "io"], optional = true } ## socks