Skip to content

Commit

Permalink
Remove useless dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed Mar 6, 2024
1 parent 3289ab9 commit 0af2561
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 @@ -11,7 +11,7 @@ version = "0.15.1-rc.0"
rust-version = "1.72"

[features]
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"]
default = ["tracing_opentelemetry"]
gzip = ["reqwest/gzip"]
redis-tls = ["redis/tls", "redis/tokio-native-tls-comp"]
Expand All @@ -23,7 +23,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 0af2561

Please sign in to comment.