Skip to content

Commit d7e4163

Browse files
Update Rust crate async-compression to v0.4.44 (#14597)
1 parent 12e5593 commit d7e4163

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -70,7 +70,7 @@ path = "src/tests/mod.rs"
7070
[dependencies]
7171
anyhow = "=1.0.104"
7272
astral-tokio-tar = { version = "=0.7.0", default-features = false }
73-
async-compression = { version = "=0.4.43", default-features = false, features = ["gzip", "tokio"] }
73+
async-compression = { version = "=0.4.44", default-features = false, features = ["gzip", "tokio"] }
7474
async-trait = "=0.1.92"
7575
aws-credential-types = { version = "=1.3.0", features = ["hardcoded-credentials"] }
7676
# The default `rustls` feature pulls in the legacy hyper 0.14 + rustls 0.21

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.104"
12-
async-compression = { version = "=0.4.43", features = ["gzip", "tokio", "zstd"] }
12+
async-compression = { version = "=0.4.44", features = ["gzip", "tokio", "zstd"] }
1313
chrono = { version = "=0.4.45", features = ["serde"] }
1414
derive_more = { version = "=2.1.1", features = ["deref"] }
1515
foldhash = "=0.2.0"

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.46", optional = true, default-features = false }
2020
thiserror = "=2.0.20"
2121
tracing = "=0.1.44"
2222
tokio = { version = "=1.53.1", features = ["io-util", "macros", "rt-multi-thread"] }
23-
async-compression = { version = "=0.4.43", default-features = false, features = ["gzip", "tokio"] }
23+
async-compression = { version = "=0.4.44", default-features = false, features = ["gzip", "tokio"] }
2424
futures-util = "=0.3.34"
2525

2626
[dev-dependencies]

0 commit comments

Comments
 (0)