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"