From ca7ae2d5d5d28159c7fb4247b7617769f3b32bfd Mon Sep 17 00:00:00 2001 From: David Hotham Date: Sun, 27 Feb 2022 11:49:16 +0000 Subject: [PATCH] remove unused time features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 453983a..c38e4d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ nested-values = ["erased-serde", "serde", "serde_json", "slog/nested-values"] [dependencies] slog = "2" atty = "0.2" -time = { version = "0.3", default-features = false, features = ["std", "macros", "formatting", "local-offset"] } +time = { version = "0.3", default-features = false, features = ["macros", "formatting"] } thread_local = "1" term = "0.7" erased-serde = {version = "0.3", optional = true }