diff --git a/Cargo.lock b/Cargo.lock index dd15e851349..b95988df637 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,9 +195,9 @@ dependencies = [ [[package]] name = "astral-tokio-tar" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65152cbda42e8ab5ecff69e8811e8333d69188c7d5c41e3eedb8d127e3f23b27" +checksum = "1abb2bfba199d9ec4759b797115ba6ae435bdd920ce99783bb53aeff57ba919b" dependencies = [ "filetime", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index c8d7ae489cc..320d116077a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ doctest = true [dependencies] anyhow = "=1.0.97" -astral-tokio-tar = "=0.5.1" +astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.21", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.2", features = ["hardcoded-credentials"] } diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 24cd2a8d321..949c875e021 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -11,7 +11,7 @@ workspace = true builder = ["dep:flate2", "dep:tar"] [dependencies] -astral-tokio-tar = "=0.5.1" +astral-tokio-tar = "=0.5.2" cargo-manifest = "=0.19.1" flate2 = { version = "=1.1.0", optional = true } serde = { version = "=1.0.219", features = ["derive"] }