aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-09 18:55:29 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-09 19:07:23 +0200
commitca1d984e88c5dabc56c9df45867e6bb35f9a8104 (patch)
tree79e38db08fb60723e6831fa19ca1f67d85160ee7 /crates
parentfeat(yt/commands/update): Don't update a sub, if we don't expect new videos (diff)
downloadyt-ca1d984e88c5dabc56c9df45867e6bb35f9a8104.zip
build(flake.lock,Cargo.{toml,lock}): 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 d36f7dc..71335d9 100644
--- a/crates/yt/Cargo.toml
+++ b/crates/yt/Cargo.toml
@@ -26,7 +26,7 @@ publish = false
[dependencies]
anyhow = "1.0.102"
blake3 = { version = "1.8.5", features = ["serde"] }
-chrono = { version = "0.4.44", features = ["now"] }
+chrono = { version = "0.4.45", features = ["now"] }
chrono-humanize = "0.2.3"
clap = { version = "4.6.1", features = ["derive"] }
clap_complete = { version = "4.6.5", features = ["unstable-dynamic"] }