From ff0b57c89c2a48ab709cf92cb491c03aad6b1b77 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 23 May 2024 20:03:21 +0000 Subject: [PATCH] remove unused jemalloc dep in main module. Signed-off-by: Jason Volk --- Cargo.lock | 1 - src/main/Cargo.toml | 6 ------ 2 files changed, 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94e3fcf9..65a89d7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -588,7 +588,6 @@ dependencies = [ "sentry", "sentry-tower", "sentry-tracing", - "tikv-jemallocator", "tokio", "tokio-metrics", "tracing", diff --git a/src/main/Cargo.toml b/src/main/Cargo.toml index a866b466..2232701a 100644 --- a/src/main/Cargo.toml +++ b/src/main/Cargo.toml @@ -64,9 +64,6 @@ perf_measurements = [ "dep:opentelemetry_sdk", "dep:opentelemetry-jaeger", ] -jemalloc = [ - "dep:tikv-jemallocator", -] [dependencies] conduit-router.workspace = true @@ -101,9 +98,6 @@ sentry-tracing.optional = true sentry-tower.workspace = true sentry-tower.optional = true -tikv-jemallocator.workspace = true -tikv-jemallocator.optional = true - tokio-metrics.workspace = true tokio-metrics.optional = true