Bump astral-tokio-tar to 0.6.1 (#19195)

## Summary

Bumps our own astral-tokio-tar dep.

## Test Plan

NFC, existing tests will cover.

Signed-off-by: William Woodruff <william@astral.sh>
This commit is contained in:
William Woodruff
2026-04-27 15:27:44 -04:00
committed by GitHub
parent ba038662dd
commit cd8d9ba760
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -277,9 +277,9 @@ dependencies = [
[[package]]
name = "astral-tokio-tar"
version = "0.6.0"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c23f3af104b40a3430ccb90ed5f7bd877a8dc5c26fc92fde51a22b40890dcf9"
checksum = "4ce73b17c62717c4b6a9af10b43e87c578b0cac27e00666d48304d3b7d2c0693"
dependencies = [
"filetime",
"futures-core",
+1 -1
View File
@@ -95,7 +95,7 @@ anstream = { version = "1.0.0" }
anyhow = { version = "1.0.89" }
arcstr = { version = "1.2.0" }
arrayvec = { version = "0.7.6" }
astral-tokio-tar = { version = "0.6.0" }
astral-tokio-tar = { version = "0.6.1" }
async-channel = { version = "2.3.1" }
async-compression = { version = "0.4.12", features = [
"bzip2",