From e77dcef733ddf5f9e2fe1e44ba949073d8e531a3 Mon Sep 17 00:00:00 2001 From: diniamo Date: Fri, 13 Sep 2024 21:16:15 +0200 Subject: [PATCH] Update time crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 440c292..9da6a83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ all-features = true [dependencies] is_debug = "1.0.1" const_format = { version = "0.2.22", default-features = false } -time = { version = "0.3.11", features = ["formatting", "local-offset", "parsing"], default-features = false } +time = { version = "0.3.36", features = ["formatting", "local-offset", "parsing"], default-features = false } #! Optional Dependencies: