From 3f8dd22f24d96c4038ce60f183b2f18c6132721a Mon Sep 17 00:00:00 2001 From: Simone Cottini Date: Mon, 11 Mar 2024 15:00:00 +0100 Subject: [PATCH] Remove chrono-tz --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f4ba68b..488f92d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.72" [features] default = ["tracing_opentelemetry"] -auth0 = ["rand", "redis", "jsonwebtoken", "jwks_client_rs", "chrono", "chrono-tz", "aes", "cbc", "dashmap", "tracing"] +auth0 = ["rand", "redis", "jsonwebtoken", "jwks_client_rs", "chrono", "aes", "cbc", "dashmap", "tracing"] gzip = ["reqwest/gzip"] redis-tls = ["redis/tls", "redis/tokio-native-tls-comp"] tracing_opentelemetry = [ "tracing_opentelemetry_0_21" ] @@ -29,7 +29,6 @@ async-trait = "0.1" bytes = "1.2" cbc = {version = "0.1", features = ["std"], optional = true} chrono = {version = "0.4", default-features = false, features = ["clock", "std", "serde"], optional = true} -chrono-tz = {version = "0.8", optional = true} dashmap = {version = "5.1", optional = true} futures = "0.3" futures-util = "0.3"