From 7429f6decbd553921701c5f2040a7efd5c95d8ff Mon Sep 17 00:00:00 2001 From: Marek Fedorovic Date: Fri, 27 Oct 2023 16:01:02 +1100 Subject: [PATCH] fix: Declare time dependency with formatting feature. --- packages/talos_certifier/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/talos_certifier/Cargo.toml b/packages/talos_certifier/Cargo.toml index 21e8fd1b..0e0da41f 100644 --- a/packages/talos_certifier/Cargo.toml +++ b/packages/talos_certifier/Cargo.toml @@ -29,7 +29,7 @@ async-trait = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -time = { version = "0.3.30" } +time = { version = "0.3.30", features = ["formatting"]} # Error thiserror = "1.0.31"