remove unused jemalloc dep in main module.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
b94045a468
commit
ff0b57c89c
2 changed files with 0 additions and 7 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue