summaryrefslogtreecommitdiff
path: root/exes/ratelimit/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'exes/ratelimit/Cargo.toml')
-rw-r--r--exes/ratelimit/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/exes/ratelimit/Cargo.toml b/exes/ratelimit/Cargo.toml
index d7dc554..5be1a34 100644
--- a/exes/ratelimit/Cargo.toml
+++ b/exes/ratelimit/Cargo.toml
@@ -33,9 +33,6 @@ tracing-subscriber = { workspace = true }
test-log = { workspace = true }
env_logger = { workspace = true }
-[target.'cfg(not(target_os = "windows"))'.dependencies]
-tikv-jemallocator = { workspace = true }
-
[[bench]]
name = "bucket"
harness = false