diff options
Diffstat (limited to '')
| -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 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"] } |
