Skip to content

Commit

Permalink
deps: update to async-compression 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Jan 10, 2024
1 parent faba037 commit a003816
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 @@ -17,7 +17,7 @@ edition = "2018"
all-features = true

[dependencies]
async-compression = { version = "0.3.7", features = ["tokio"], optional = true }
async-compression = { version = "0.4.5", features = ["tokio"], optional = true }
bytes = "1.0"
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
futures-channel = { version = "0.3.17", features = ["sink"]}
Expand Down

0 comments on commit a003816

Please sign in to comment.