Revert "Bump `astral-tl` to v0.7.10 (#16887)" (#16938)

This reverts commit 5f3d46c241 / #16887

Investigating https://github.com/astral-sh/uv/issues/16937
This commit is contained in:
Zanie Blue 2025-12-02 17:06:09 -06:00 committed by GitHub
parent 99c40f74c5
commit d2162e27e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 6 deletions

7
Cargo.lock generated
View File

@ -248,12 +248,9 @@ dependencies = [
[[package]] [[package]]
name = "astral-tl" name = "astral-tl"
version = "0.7.10" version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dfa40da988ff8327db15678418b2394b0546514b7a5c9fac75e1eb3fa40550" checksum = "915b5af1203c9c635c62edcbdaa36ee54b17f84809f7769912d356c35f9a6cd7"
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.10" } astral-tl = { version = "0.7.9" }
tokio = { version = "1.40.0", features = ["fs", "io-util", "macros", "process", "rt", "signal", "sync"] } tokio = { version = "1.40.0", features = ["fs", "io-util", "macros", "process", "rt", "signal", "sync"] }
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"] }