Skip to content

Commit b0af817

Browse files
Update Rust crate async-compression to v0.4.32 (#11995)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f004165 commit b0af817

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
@@ -50,7 +50,7 @@ doctest = true
5050
aes-gcm = { version = "=0.10.3", features = ["std"] }
5151
anyhow = "=1.0.100"
5252
astral-tokio-tar = "=0.5.5"
53-
async-compression = { version = "=0.4.31", default-features = false, features = ["gzip", "tokio"] }
53+
async-compression = { version = "=0.4.32", default-features = false, features = ["gzip", "tokio"] }
5454
async-trait = "=0.1.89"
5555
aws-credential-types = { version = "=1.2.6", features = ["hardcoded-credentials"] }
5656
aws-ip-ranges = "=0.1436.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.100"
12-
async-compression = { version = "=0.4.31", features = ["gzip", "tokio", "zstd"] }
12+
async-compression = { version = "=0.4.32", features = ["gzip", "tokio", "zstd"] }
1313
chrono = { version = "=0.4.42", features = ["serde"] }
1414
derive_more = { version = "=2.0.1", features = ["deref"] }
1515
percent-encoding = "=2.3.2"

crates/crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tar = { version = "=0.4.44", optional = true }
2020
thiserror = "=2.0.17"
2121
tracing = "=0.1.41"
2222
tokio = { version = "=1.47.1", features = ["io-util", "macros", "rt-multi-thread"] }
23-
async-compression = { version = "=0.4.31", default-features = false, features = ["gzip", "tokio"] }
23+
async-compression = { version = "=0.4.32", default-features = false, features = ["gzip", "tokio"] }
2424
futures-util = "=0.3.31"
2525

2626
[dev-dependencies]

0 commit comments

Comments
 (0)