diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-24 18:44:47 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-28 15:49:29 +0200 |
commit | 69d1f92c9ff5e76c0c2b91641962f9e21afe2ded (patch) | |
tree | 9c8423a48958a831a8b5f7a8595454377aa7ccfe /crates | |
parent | chore(version): v1.7.0 (diff) | |
download | yt-69d1f92c9ff5e76c0c2b91641962f9e21afe2ded.zip |
revert: "build(treewide): Update"
This reverts commit e6aa91c56ca51a8593b9a58ec5746741888db7f9. The update of urllib3 to v2.4.0 broke our `yt-dlp` integration.
Diffstat (limited to 'crates')
-rw-r--r-- | crates/yt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |