Skip to content
Snippets Groups Projects
Commit ff0b57c8 authored by Jason Volk's avatar Jason Volk Committed by 🥺
Browse files

remove unused jemalloc dep in main module.


Signed-off-by: default avatarJason Volk <jason@zemos.net>
parent b94045a4
No related branches found
No related tags found
No related merge requests found
......@@ -588,7 +588,6 @@ dependencies = [
"sentry",
"sentry-tower",
"sentry-tracing",
"tikv-jemallocator",
"tokio",
"tokio-metrics",
"tracing",
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment