remove unused jemalloc dep in main module.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-05-23 20:03:21 +00:00 committed by June 🍓🦴
parent b94045a468
commit ff0b57c89c
2 changed files with 0 additions and 7 deletions

1
Cargo.lock generated
View file

@ -588,7 +588,6 @@ dependencies = [
"sentry",
"sentry-tower",
"sentry-tracing",
"tikv-jemallocator",
"tokio",
"tokio-metrics",
"tracing",

View file

@ -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