Skip to content

Commit

Permalink
deps: Update async-compression v0.3.13 => v0.4.0 (#1828)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
  • Loading branch information
NobodyXu committed May 12, 2023
1 parent eeca649 commit 7e7b116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e7b116

Please sign in to comment.