From bc65836a4c3c4e690e3c31b4961dc4cfdf33c4b0 Mon Sep 17 00:00:00 2001 From: Maarten Mulders Date: Wed, 21 Aug 2024 08:20:22 +0200 Subject: [PATCH] Update time crate to 0.3.36 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 47a7b25d..2b2e6e1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,4 +28,4 @@ log = { version = "0.4.*", features = ["std"] } termcolor = { version = "1.1", optional = true } paris = { version = "~1.5.12", optional = true } ansi_term = { version = "0.12", optional = true } -time = { version = "0.3.7", features = ["formatting", "macros"] } +time = { version = "0.3.36", features = ["formatting", "macros"] }