summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock31
1 files changed, 0 insertions, 31 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0552186..da521bd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -777,12 +777,6 @@ dependencies = [
]
[[package]]
-name = "fs_extra"
-version = "1.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
-
-[[package]]
name = "futures"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -885,7 +879,6 @@ dependencies = [
"serde",
"serde_json",
"shared",
- "tikv-jemallocator",
"tokio",
"tokio-stream",
"tracing",
@@ -1953,7 +1946,6 @@ dependencies = [
"serde_json",
"shared",
"test-log",
- "tikv-jemallocator",
"tokio",
"tokio-stream",
"tokio-test",
@@ -2074,7 +2066,6 @@ dependencies = [
"serde",
"serde_json",
"shared",
- "tikv-jemallocator",
"tokio",
"tokio-stream",
"tonic",
@@ -2570,27 +2561,6 @@ dependencies = [
]
[[package]]
-name = "tikv-jemalloc-sys"
-version = "0.5.2+5.3.0-patched"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ec45c14da997d0925c7835883e4d5c181f196fa142f8c19d7643d1e9af2592c3"
-dependencies = [
- "cc",
- "fs_extra",
- "libc",
-]
-
-[[package]]
-name = "tikv-jemallocator"
-version = "0.5.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "20612db8a13a6c06d57ec83953694185a367e16945f66565e8028d2c0bd76979"
-dependencies = [
- "libc",
- "tikv-jemalloc-sys",
-]
-
-[[package]]
name = "time"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3291,7 +3261,6 @@ dependencies = [
"serde",
"serde_json",
"shared",
- "tikv-jemallocator",
"tokio",
"tracing",
"twilight-model",