Skip to content

Commit cc0f817

Browse files
authored
Merge pull request #10830 from rust-lang/renovate/async-compression-0.x
Update Rust crate async-compression to v0.4.21
2 parents a08f630 + 62e43a2 commit cc0f817

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 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
@@ -48,7 +48,7 @@ doctest = true
4848

4949
[dependencies]
5050
anyhow = "=1.0.97"
51-
async-compression = { version = "=0.4.20", default-features = false, features = ["gzip", "tokio"] }
51+
async-compression = { version = "=0.4.21", default-features = false, features = ["gzip", "tokio"] }
5252
async-trait = "=0.1.87"
5353
aws-credential-types = { version = "=1.2.2", features = ["hardcoded-credentials"] }
5454
aws-ip-ranges = "=0.1068.0"

crates/crates_io_cdn_logs/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.20", features = ["gzip", "tokio", "zstd"] }
12+
async-compression = { version = "=0.4.21", 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tar = { version = "=0.4.44", optional = true }
1919
thiserror = "=2.0.12"
2020
tracing = "=0.1.41"
2121
tokio = { version = "=1.44.1", features = ["io-util", "macros", "rt-multi-thread"] }
22-
async-compression = { version = "=0.4.20", default-features = false, features = ["gzip", "tokio"] }
22+
async-compression = { version = "=0.4.21", default-features = false, features = ["gzip", "tokio"] }
2323
krata-tokio-tar = "=0.4.2"
2424
futures-util = "=0.3.31"
2525

0 commit comments

Comments
 (0)