From fa70dc3326c5da3db6b8829e265390e6bcc6c76a Mon Sep 17 00:00:00 2001 From: Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> Date: Fri, 13 Feb 2026 16:46:51 +0530 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 371e2be..12ea37f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ stderr = [] [dependencies] log = { version = "^0.4.28", features = ["std"] } -time = { version = "^0.3.44", features = ["formatting", "local-offset", "macros"], optional = true } +time = { version = "^0.3.47", features = ["formatting", "local-offset", "macros"], optional = true } colored = { version = "^3.0.0", optional = true } [target.'cfg(windows)'.dependencies]