mirror of https://github.com/astral-sh/uv
Update "tl" crate URL following repository transfer (#9147)
## Summary Update the URL to the "tl" crate since the repository has been transferred to astral-sh/. This is of no real consequence, except it keeps triggering Gentoo linter that detects permanently redirected URL. ## Test Plan `cargo test`
This commit is contained in:
parent
997ff9d57a
commit
dafbd7d405
|
|
@ -3939,7 +3939,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|||
[[package]]
|
||||
name = "tl"
|
||||
version = "0.7.8"
|
||||
source = "git+https://github.com/charliermarsh/tl.git?rev=6e25b2ee2513d75385101a8ff9f591ef51f314ec#6e25b2ee2513d75385101a8ff9f591ef51f314ec"
|
||||
source = "git+https://github.com/astral-sh/tl.git?rev=6e25b2ee2513d75385101a8ff9f591ef51f314ec#6e25b2ee2513d75385101a8ff9f591ef51f314ec"
|
||||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
|
|
|
|||
|
|
@ -161,7 +161,7 @@ target-lexicon = { version = "0.12.16" }
|
|||
tempfile = { version = "3.12.0" }
|
||||
textwrap = { version = "0.16.1" }
|
||||
thiserror = { version = "1.0.63" }
|
||||
tl = { git = "https://github.com/charliermarsh/tl.git", rev = "6e25b2ee2513d75385101a8ff9f591ef51f314ec" }
|
||||
tl = { git = "https://github.com/astral-sh/tl.git", rev = "6e25b2ee2513d75385101a8ff9f591ef51f314ec" }
|
||||
tokio = { version = "1.40.0", features = ["fs", "io-util", "macros", "process", "rt", "signal", "sync"] }
|
||||
tokio-stream = { version = "0.1.16" }
|
||||
tokio-util = { version = "0.7.12", features = ["compat"] }
|
||||
|
|
|
|||
Loading…
Reference in New Issue