Skip to content

Commit

Permalink
Remove chrono-tz
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed Mar 11, 2024
1 parent 310225f commit 3f8dd22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand All @@ -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"
Expand Down

0 comments on commit 3f8dd22

Please sign in to comment.