Skip to content

Commit fb94f63

Browse files
authored
Merge pull request #10894 from rust-lang/renovate/async-compression-0.x
Update Rust crate async-compression to v0.4.22
2 parents 857d6f0 + 73d33ec commit fb94f63

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ doctest = true
4949
[dependencies]
5050
anyhow = "=1.0.97"
5151
astral-tokio-tar = "=0.5.2"
52-
async-compression = { version = "=0.4.21", default-features = false, features = ["gzip", "tokio"] }
52+
async-compression = { version = "=0.4.22", default-features = false, features = ["gzip", "tokio"] }
5353
async-trait = "=0.1.88"
5454
aws-credential-types = { version = "=1.2.2", features = ["hardcoded-credentials"] }
5555
aws-ip-ranges = "=0.1086.0"

crates/crates_io_cdn_logs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ workspace = true
99

1010
[dependencies]
1111
anyhow = "=1.0.97"
12-
async-compression = { version = "=0.4.21", features = ["gzip", "tokio", "zstd"] }
12+
async-compression = { version = "=0.4.22", features = ["gzip", "tokio", "zstd"] }
1313
chrono = { version = "=0.4.40", features = ["serde"] }
1414
derive_more = { version = "=2.0.1", features = ["deref"] }
1515
percent-encoding = "=2.3.1"

crates/crates_io_tarball/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tar = { version = "=0.4.44", optional = true }
2020
thiserror = "=2.0.12"
2121
tracing = "=0.1.41"
2222
tokio = { version = "=1.44.1", features = ["io-util", "macros", "rt-multi-thread"] }
23-
async-compression = { version = "=0.4.21", default-features = false, features = ["gzip", "tokio"] }
23+
async-compression = { version = "=0.4.22", default-features = false, features = ["gzip", "tokio"] }
2424
futures-util = "=0.3.31"
2525

2626
[dev-dependencies]

0 commit comments

Comments
 (0)