This commit is contained in:
Conrad Ludgate
2024-04-22 06:55:43 +01:00
parent 7be445f627
commit 76ae735a24
2 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View File

@@ -6005,7 +6005,7 @@ dependencies = [
[[package]]
name = "tikv-jemalloc-ctl"
version = "0.5.4"
source = "git+https://github.com/yuhao-su/jemallocator?rev=a0911601bb7bb263ca55c7ea161ef308fdc623f8#a0911601bb7bb263ca55c7ea161ef308fdc623f8"
source = "git+https://github.com/yuhao-su/jemallocator?rev=5084726b0f15686d13e88bc54ce7cff4b4ed6d27#5084726b0f15686d13e88bc54ce7cff4b4ed6d27"
dependencies = [
"libc",
"paste",
@@ -6015,7 +6015,7 @@ dependencies = [
[[package]]
name = "tikv-jemalloc-sys"
version = "0.5.4+5.3.0-patched"
source = "git+https://github.com/yuhao-su/jemallocator?rev=a0911601bb7bb263ca55c7ea161ef308fdc623f8#a0911601bb7bb263ca55c7ea161ef308fdc623f8"
source = "git+https://github.com/yuhao-su/jemallocator?rev=5084726b0f15686d13e88bc54ce7cff4b4ed6d27#5084726b0f15686d13e88bc54ce7cff4b4ed6d27"
dependencies = [
"cc",
"libc",
@@ -6024,7 +6024,7 @@ dependencies = [
[[package]]
name = "tikv-jemallocator"
version = "0.5.4"
source = "git+https://github.com/yuhao-su/jemallocator?rev=a0911601bb7bb263ca55c7ea161ef308fdc623f8#a0911601bb7bb263ca55c7ea161ef308fdc623f8"
source = "git+https://github.com/yuhao-su/jemallocator?rev=5084726b0f15686d13e88bc54ce7cff4b4ed6d27#5084726b0f15686d13e88bc54ce7cff4b4ed6d27"
dependencies = [
"libc",
"tikv-jemalloc-sys",

View File

@@ -163,8 +163,8 @@ tar = "0.4"
task-local-extensions = "0.1.4"
test-context = "0.3"
thiserror = "1.0"
tikv-jemallocator = { git = "https://github.com/yuhao-su/jemallocator", rev = "a0911601bb7bb263ca55c7ea161ef308fdc623f8" }
tikv-jemalloc-ctl = { git = "https://github.com/yuhao-su/jemallocator", rev = "a0911601bb7bb263ca55c7ea161ef308fdc623f8" }
tikv-jemallocator = { git = "https://github.com/yuhao-su/jemallocator", rev = "5084726b0f15686d13e88bc54ce7cff4b4ed6d27" }
tikv-jemalloc-ctl = { git = "https://github.com/yuhao-su/jemallocator", rev = "5084726b0f15686d13e88bc54ce7cff4b4ed6d27" }
tokio = { version = "1.17", features = ["macros"] }
tokio-epoll-uring = { git = "https://github.com/neondatabase/tokio-epoll-uring.git" , branch = "main" }
tokio-io-timeout = "1.2.0"