Skip to content

Commit 116ee40

Browse files
Update Rust crate async-compression to v0.4.33 (#12294)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 12ec533 commit 116ee40

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
@@ -54,7 +54,7 @@ path = "src/tests/mod.rs"
5454
aes-gcm = { version = "=0.10.3", features = ["std"] }
5555
anyhow = "=1.0.100"
5656
astral-tokio-tar = "=0.5.6"
57-
async-compression = { version = "=0.4.32", default-features = false, features = ["gzip", "tokio"] }
57+
async-compression = { version = "=0.4.33", default-features = false, features = ["gzip", "tokio"] }
5858
async-trait = "=0.1.89"
5959
aws-credential-types = { version = "=1.2.9", features = ["hardcoded-credentials"] }
6060
aws-sdk-cloudfront = "=1.102.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.32", features = ["gzip", "tokio", "zstd"] }
12+
async-compression = { version = "=0.4.33", 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.48.0", features = ["io-util", "macros", "rt-multi-thread"] }
23-
async-compression = { version = "=0.4.32", default-features = false, features = ["gzip", "tokio"] }
23+
async-compression = { version = "=0.4.33", default-features = false, features = ["gzip", "tokio"] }
2424
futures-util = "=0.3.31"
2525

2626
[dev-dependencies]

0 commit comments

Comments
 (0)