Update astral-tokio-tar to v0.5.3 (#15382)

This is not actually an update, we're just updating the commit tag to a
crates.io release for
https://github.com/astral-sh/uv/pull/15202#issuecomment-3200209608
This commit is contained in:
konsti 2025-08-19 17:49:01 +02:00 committed by GitHub
parent 68f33e8fef
commit 4fbf3097d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

3
Cargo.lock generated
View File

@ -185,7 +185,8 @@ dependencies = [
[[package]]
name = "astral-tokio-tar"
version = "0.5.3"
source = "git+https://github.com/astral-sh/tokio-tar?rev=f1488188f1d1b54a73eb0c42a8b8f4b9ee87d688#f1488188f1d1b54a73eb0c42a8b8f4b9ee87d688"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0036af73142caf1291d4ec8ed667d3a1145bd55c8189517bd5aa07b3167ae1e1"
dependencies = [
"filetime",
"futures-core",

View File

@ -77,7 +77,7 @@ anstream = { version = "0.6.15" }
anyhow = { version = "1.0.89" }
arcstr = { version = "1.2.0" }
arrayvec = { version = "0.7.6" }
astral-tokio-tar = { git = "https://github.com/astral-sh/tokio-tar", rev = "f1488188f1d1b54a73eb0c42a8b8f4b9ee87d688" }
astral-tokio-tar = { version = "0.5.3" }
async-channel = { version = "2.3.1" }
async-compression = { version = "0.4.12", features = ["bzip2", "gzip", "xz", "zstd"] }
async-trait = { version = "0.1.82" }