Skip to content

Commit 4cc1c40

Browse files
Update Rust crate astral-tokio-tar to v0.6.3
1 parent 03b00e2 commit 4cc1c40

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
@@ -57,7 +57,7 @@ path = "src/tests/mod.rs"
5757
[dependencies]
5858
aes-gcm = { version = "=0.10.3", features = ["std"] }
5959
anyhow = "=1.0.103"
60-
astral-tokio-tar = { version = "=0.6.2", default-features = false }
60+
astral-tokio-tar = { version = "=0.6.3", default-features = false }
6161
async-compression = { version = "=0.4.42", default-features = false, features = ["gzip", "tokio"] }
6262
async-trait = "=0.1.89"
6363
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)