Skip to content

Commit 54207dd

Browse files
Update Rust crate astral-tokio-tar to v0.6.3
1 parent 2360b29 commit 54207dd

3 files changed

Lines changed: 27 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 25 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
aes-gcm = "=0.11.0"
7272
anyhow = "=1.0.103"
73-
astral-tokio-tar = { version = "=0.6.2", default-features = false }
73+
astral-tokio-tar = { version = "=0.6.3", default-features = false }
7474
async-compression = { version = "=0.4.42", default-features = false, features = ["gzip", "tokio"] }
7575
async-trait = "=0.1.89"
7676
aws-credential-types = { version = "=1.2.14", 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 = { version = "=0.6.2", default-features = false }
14+
astral-tokio-tar = { version = "=0.6.3", default-features = false }
1515
crates_io_cargo_toml = { path = "../crates_io_cargo_toml" }
1616
flate2 = { version = "=1.1.9", optional = true }
1717
serde = { version = "=1.0.228", features = ["derive"] }

0 commit comments

Comments
 (0)