Skip to content

Commit

Permalink
Bump async-compression
Browse files Browse the repository at this point in the history
  • Loading branch information
hson authored and seanmonstar committed May 17, 2022
1 parent 48a88fe commit a80c863
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 @@ -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
Expand Down

0 comments on commit a80c863

Please sign in to comment.