about summary refs log tree commit diff stats
path: root/crates
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-24 15:13:20 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-24 15:13:20 +0200
commite6aa91c56ca51a8593b9a58ec5746741888db7f9 (patch)
tree1e5b7c2961e2cfef56af4c66e4c8ac4522469b44 /crates
parentbuild(yt_dlp/Cargo.toml): Pin git dependencies (diff)
downloadyt-e6aa91c56ca51a8593b9a58ec5746741888db7f9.zip
build(treewide): Update
Diffstat (limited to 'crates')
-rw-r--r--crates/yt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/yt/Cargo.toml b/crates/yt/Cargo.toml
index c6d8c30..c3ed3b0 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.1"
+owo-colors = "4.2.2"
 regex = "1.11.1"
 sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite"] }
 stderrlog = "0.6.0"