Skip to content

Commit 2253c09

Browse files
committed
update async-compression again
1 parent c93a156 commit 2253c09

File tree

2 files changed

+13
-24
lines changed

2 files changed

+13
-24
lines changed

Cargo.lock

Lines changed: 12 additions & 14 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
@@ -64,6 +64,7 @@ sysinfo = { version = "0.37.2", default-features = false, features = ["system"]
6464
derive_builder = "0.20.2"
6565

6666
# Async
67+
async-compression = { version = "0.4.32", features = ["tokio", "bzip2", "zstd", "gzip"] }
6768
tokio = { version = "1.0", features = ["rt-multi-thread", "signal", "macros", "process", "sync"] }
6869
tokio-util = { version = "0.7.15", default-features = false, features = ["io"] }
6970
tracing-futures= { version = "0.2.5", features = ["std-future", "futures-03"] }
@@ -76,16 +77,6 @@ aws-smithy-types-convert = { version = "0.60.0", features = ["convert-chrono"] }
7677
http = "1.0.0"
7778
uuid = { version = "1.1.2", features = ["v4"]}
7879

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

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

0 commit comments

Comments
 (0)