From dafbd7d405b5ea4af0d5dbc605090b43f7e4e6cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 15 Nov 2024 13:07:51 +0000 Subject: [PATCH] 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` --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 113386f9aa9e..f42354db84c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 7e2ac58fda4f..1aa2de0841d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }