diff --git a/Cargo.lock b/Cargo.lock index 5c0519c849..40f7cba32f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15191,8 +15191,8 @@ dependencies = [ [[package]] name = "tikv-jemalloc-sys" -version = "0.7.0+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8" -source = "git+https://github.com/GreptimeTeam/jemallocator?rev=e1846d8c12bbb65c39dcd224a86b24586478e264#e1846d8c12bbb65c39dcd224a86b24586478e264" +version = "0.7.0+5.3.1-161-gff80bf2d0c8f162ea445533354cad8b7e5830f5c" +source = "git+https://github.com/GreptimeTeam/jemallocator?rev=e254a7eaf13a9ede04953ddefd173b5303018530#e254a7eaf13a9ede04953ddefd173b5303018530" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index a2606954d6..29fcdc7432 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -375,7 +375,7 @@ sqlparser = { git = "https://github.com/GreptimeTeam/sqlparser-rs.git", rev = "2 # enabling it"), fixing the TSD/tcache enable-before-init reentrancy # window. Remove once tikv/jemallocator ships a jemalloc snapshot that # includes the fix. See GreptimeTeam/jemalloc#1. -tikv-jemalloc-sys = { git = "https://github.com/GreptimeTeam/jemallocator", rev = "e1846d8c12bbb65c39dcd224a86b24586478e264" } +tikv-jemalloc-sys = { git = "https://github.com/GreptimeTeam/jemallocator", rev = "e254a7eaf13a9ede04953ddefd173b5303018530" } [profile.release] debug = 1