about summary refs log tree commit diff stats
path: root/crates
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-18 18:18:12 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-18 18:18:12 +0200
commit211e0bd88d3902e5226022974e3263f34e3a1aa3 (patch)
treecf8035de4a4c1faa41d501adaeafd07706f13556 /crates
parentbuild(treewide): Update (diff)
downloadyt-211e0bd88d3902e5226022974e3263f34e3a1aa3.zip
build(crates/yt/Cargo.toml): Remove now pointless `owo-colors` dep
Diffstat (limited to 'crates')
-rw-r--r--crates/yt/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/yt/Cargo.toml b/crates/yt/Cargo.toml
index 784c7d6..12456fe 100644
--- a/crates/yt/Cargo.toml
+++ b/crates/yt/Cargo.toml
@@ -32,7 +32,6 @@ clap = { version = "4.5.41", features = ["derive"] }
 clap_complete = { version = "4.5.55", features = ["unstable-dynamic"] }
 colors.workspace = true
 futures = "0.3.31"
-owo-colors = "4.2.2"
 libmpv2.workspace = true
 log.workspace = true
 notify = { version = "8.1.0", default-features = false }