Bump `astral-tl` to v0.7.11 (#17010)

## Summary

This was reverted due to a hang
(https://github.com/astral-sh/uv/issues/16937) which was then resolved
upstream (https://github.com/astral-sh/astral-tl/pull/16).
This commit is contained in:
Charlie Marsh 2025-12-06 08:32:55 -05:00 committed by GitHub
parent 9635258867
commit ed19672f1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

7
Cargo.lock generated
View File

@ -248,9 +248,12 @@ dependencies = [
[[package]] [[package]]
name = "astral-tl" name = "astral-tl"
version = "0.7.9" version = "0.7.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b5af1203c9c635c62edcbdaa36ee54b17f84809f7769912d356c35f9a6cd7" checksum = "d90933ffb0f97e2fc2e0de21da9d3f20597b804012d199843a6fe7c2810d28f3"
dependencies = [
"memchr",
]
[[package]] [[package]]
name = "astral-tokio-tar" name = "astral-tokio-tar"

View File

@ -177,7 +177,7 @@ target-lexicon = { version = "0.13.0" }
tempfile = { version = "3.14.0" } tempfile = { version = "3.14.0" }
textwrap = { version = "0.16.1" } textwrap = { version = "0.16.1" }
thiserror = { version = "2.0.0" } thiserror = { version = "2.0.0" }
astral-tl = { version = "0.7.9" } astral-tl = { version = "0.7.11" }
tokio = { version = "1.40.0", features = ["fs", "io-util", "macros", "process", "rt", "signal", "sync", "time"] } tokio = { version = "1.40.0", features = ["fs", "io-util", "macros", "process", "rt", "signal", "sync", "time"] }
tokio-stream = { version = "0.1.16" } tokio-stream = { version = "0.1.16" }
tokio-util = { version = "0.7.12", features = ["compat", "io"] } tokio-util = { version = "0.7.12", features = ["compat", "io"] }