From 69d1f92c9ff5e76c0c2b91641962f9e21afe2ded Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 24 Jun 2025 18:44:47 +0200 Subject: revert: "build(treewide): Update" This reverts commit e6aa91c56ca51a8593b9a58ec5746741888db7f9. The update of urllib3 to v2.4.0 broke our `yt-dlp` integration. --- crates/yt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/yt/Cargo.toml b/crates/yt/Cargo.toml index c3ed3b0..c6d8c30 100644 --- a/crates/yt/Cargo.toml +++ b/crates/yt/Cargo.toml @@ -31,7 +31,7 @@ chrono-humanize = "0.2.3" clap = { version = "4.5.40", features = ["derive"] } clap_complete = { version = "4.5.54", features = ["unstable-dynamic"] } futures = "0.3.31" -owo-colors = "4.2.2" +owo-colors = "4.2.1" regex = "1.11.1" sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite"] } stderrlog = "0.6.0" -- cgit 1.4.1