From 7f34f9bcdc575a692ea592fda452978ac247353e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leo=20Bl=C3=B6cher?= Date: Wed, 17 Jun 2026 11:00:15 +0100 Subject: [PATCH] Bump tikv-jemallocator to 0.7.0 This bumps the bundled jemalloc source in tikv-jemalloc-sys to 5.3.1. Per the upstream changelog, "This release includes over 390 commits spanning bug fixes, new features, performance optimizations, and portability improvements." This is a breaking change, since our users could also use `tikv-jemalloc-sys` (directly or transitively) themselves. However, we will release this as a minor release since we found that it does yield some measurable performance improvements and allows us to use the more robust libunwind unwinder. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9c231cc9..d78bf902 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,8 +98,8 @@ slog-term = "2.9.2" tempfile = "3.27.0" tokio = "1.52.1" thread_local = "1.1.9" -tikv-jemallocator = "0.6.1" -tikv-jemalloc-ctl = "0.6.1" +tikv-jemallocator = "0.7.0" +tikv-jemalloc-ctl = "0.7.0" tower-service = "0.3.3" tracing-slog = "0.4.0" tracing-subscriber = "0.3.23"