From 3288c1f3bddec91e6be0e07fb44b33a9f0f67879 Mon Sep 17 00:00:00 2001 From: Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> Date: Fri, 13 Feb 2026 23:18:34 +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 bb42e8d8..5adbbe11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ regex = { version = "1.12.2" } rustversion = "1.0.22" serial_test = "3.3.1" temp-env = "0.3.6" -time = { version = "0.3.44", features = [ +time = { version = "0.3.47", features = [ "formatting", "local-offset", "parsing",