From 9890538c0ee940ea80fd00cdfc85e99a6cb39f92 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Thu, 6 Feb 2025 14:21:43 +0100 Subject: [PATCH] reorganize time-tz dependency --- Cargo.toml | 1 - cli/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 26b1c61..4831324 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,6 @@ time = { version = "0.3.37", features = [ "serde-well-known", "local-offset", ] } -time-tz = { version = "2.0.0" } futures-util = "0.3.31" ress = "0.11.0" phf = "0.11.0" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a1c2257..c4cd005 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -51,7 +51,7 @@ serde.workspace = true serde_json.workspace = true quick-xml.workspace = true time = { workspace = true, optional = true } -time-tz = { workspace = true, optional = true } +time-tz = { version = "2.0.0", optional = true } indicatif.workspace = true anyhow.workspace = true