Skip to content

Commit 64b06e3

Browse files
committed
fix: align on async-compression version
Signed-off-by: Sam Gammon <[email protected]>
1 parent 960963c commit 64b06e3

File tree

2 files changed

+85
-3
lines changed

2 files changed

+85
-3
lines changed

Cargo.lock

Lines changed: 84 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ error-reporting = ["sentry"]
9595

9696
[workspace.dependencies]
9797
anyhow = "1.0.96"
98-
async-compression = "0.4.20"
98+
async-compression = { version = "0.4.12", features = ["bzip2", "gzip", "xz", "zstd"] }
9999
async-process = "2.3.0"
100100
async-std = "1.13.0"
101101
async-trait = "0.1.86"

0 commit comments

Comments
 (0)