Skip to content

Commit 67adce8

Browse files
committed
update async-compression again
1 parent 1edd545 commit 67adce8

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

Cargo.lock

Lines changed: 6 additions & 8 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 & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ sysinfo = { version = "0.37.2", default-features = false, features = ["system"]
6868
derive_builder = "0.20.2"
6969

7070
# Async
71+
async-compression = { version = "0.4.32", features = ["tokio", "bzip2", "zstd", "gzip"] }
7172
tokio = { version = "1.0", features = ["rt-multi-thread", "signal", "macros", "process", "sync"] }
7273
tokio-util = { version = "0.7.15", default-features = false, features = ["io"] }
7374
tracing-futures= { version = "0.2.5", features = ["std-future", "futures-03"] }
@@ -80,16 +81,6 @@ aws-smithy-types-convert = { version = "0.60.0", features = ["convert-chrono"] }
8081
http = "1.0.0"
8182
uuid = { version = "1.1.2", features = ["v4"]}
8283

83-
# freeze async-compression and it's dependencies.
84-
# Currently a part of the archive indexes on S3 are broken, and this old version
85-
# can read the broken indexes.
86-
# Will unfreeze when we recompressed the indexes.
87-
# see:
88-
# * https://github.com/rust-lang/docs.rs/pull/2988
89-
# * https://github.com/Nullus157/async-compression/issues/420
90-
async-compression = { version = "=0.4.32", features = ["tokio", "bzip2", "zstd", "gzip"] }
91-
compression-codecs = "=0.4.31"
92-
compression-core = "=0.4.29"
9384

9485
# Data serialization and deserialization
9586
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)