Skip to content

Commit c787186

Browse files
Update Rust crate astral-tokio-tar to v0.5.5 (#11969)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a0025a commit c787186

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -49,7 +49,7 @@ doctest = true
4949
[dependencies]
5050
aes-gcm = { version = "=0.10.3", features = ["std"] }
5151
anyhow = "=1.0.100"
52-
astral-tokio-tar = "=0.5.4"
52+
astral-tokio-tar = "=0.5.5"
5353
async-compression = { version = "=0.4.30", default-features = false, features = ["gzip", "tokio"] }
5454
async-trait = "=0.1.89"
5555
aws-credential-types = { version = "=1.2.6", features = ["hardcoded-credentials"] }

crates/crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workspace = true
1111
builder = ["dep:flate2", "dep:tar"]
1212

1313
[dependencies]
14-
astral-tokio-tar = "=0.5.4"
14+
astral-tokio-tar = "=0.5.5"
1515
cargo-manifest = "=0.19.1"
1616
flate2 = { version = "=1.1.2", optional = true }
1717
serde = { version = "=1.0.226", features = ["derive"] }

0 commit comments

Comments
 (0)