diff --git a/Cargo.lock b/Cargo.lock index 5457f5d33f0..0080d1e4174 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,9 +357,9 @@ dependencies = [ [[package]] name = "astral-tokio-tar" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1abb2bfba199d9ec4759b797115ba6ae435bdd920ce99783bb53aeff57ba919b" +checksum = "0036af73142caf1291d4ec8ed667d3a1145bd55c8189517bd5aa07b3167ae1e1" dependencies = [ "filetime", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 6bec4162cb7..461fdef3eab 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.99" -astral-tokio-tar = "=0.5.2" +astral-tokio-tar = "=0.5.3" async-compression = { version = "=0.4.27", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.5", features = ["hardcoded-credentials"] } diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 2f581cfb2f5..1d7fe5c0134 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.2" +astral-tokio-tar = "=0.5.3" cargo-manifest = "=0.19.1" flate2 = { version = "=1.1.2", optional = true } serde = { version = "=1.0.219", features = ["derive"] }