From ecc2da1141f74188f3529f76dab5aebde9084c71 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." --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ece0cd0..8a10ee5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,8 +93,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"