From 76ae735a241b2368bc35a46a64ccd957cb7e908f Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Mon, 22 Apr 2024 06:55:43 +0100 Subject: [PATCH] bump --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfb228fef6..b035958646 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index dc4c9246cf..62f2a0cb41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"