remove unused jemalloc dep in main module.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Generated
-1
@@ -588,7 +588,6 @@ dependencies = [
|
|||||||
"sentry",
|
"sentry",
|
||||||
"sentry-tower",
|
"sentry-tower",
|
||||||
"sentry-tracing",
|
"sentry-tracing",
|
||||||
"tikv-jemallocator",
|
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-metrics",
|
"tokio-metrics",
|
||||||
"tracing",
|
"tracing",
|
||||||
|
|||||||
@@ -64,9 +64,6 @@ perf_measurements = [
|
|||||||
"dep:opentelemetry_sdk",
|
"dep:opentelemetry_sdk",
|
||||||
"dep:opentelemetry-jaeger",
|
"dep:opentelemetry-jaeger",
|
||||||
]
|
]
|
||||||
jemalloc = [
|
|
||||||
"dep:tikv-jemallocator",
|
|
||||||
]
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
conduit-router.workspace = true
|
conduit-router.workspace = true
|
||||||
@@ -101,9 +98,6 @@ sentry-tracing.optional = true
|
|||||||
sentry-tower.workspace = true
|
sentry-tower.workspace = true
|
||||||
sentry-tower.optional = true
|
sentry-tower.optional = true
|
||||||
|
|
||||||
tikv-jemallocator.workspace = true
|
|
||||||
tikv-jemallocator.optional = true
|
|
||||||
|
|
||||||
tokio-metrics.workspace = true
|
tokio-metrics.workspace = true
|
||||||
tokio-metrics.optional = true
|
tokio-metrics.optional = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user