diff --git a/Cargo.lock b/Cargo.lock index 238d5cb0c4..7cc04516fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,9 +357,9 @@ dependencies = [ [[package]] name = "astral-tokio-tar" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0036af73142caf1291d4ec8ed667d3a1145bd55c8189517bd5aa07b3167ae1e1" +checksum = "47e62f63ed2ecc29582d03ec9b7af44e20e3a7f30f92323349bfd0910c545d0e" dependencies = [ "filetime", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index db30e754f4..112058ed2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ doctest = true [dependencies] aes-gcm = { version = "=0.10.3", features = ["std"] } anyhow = "=1.0.100" -astral-tokio-tar = "=0.5.3" +astral-tokio-tar = "=0.5.4" async-compression = { version = "=0.4.30", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.89" aws-credential-types = { version = "=1.2.6", features = ["hardcoded-credentials"] } diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index deec44ea04..099e8146e5 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.3" +astral-tokio-tar = "=0.5.4" cargo-manifest = "=0.19.1" flate2 = { version = "=1.1.2", optional = true } serde = { version = "=1.0.226", features = ["derive"] }