From f5440509c88bce68c63ad7a73115b9447ec43667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:11:18 +0000 Subject: [PATCH] Update tikv-jemallocator requirement from 0.6.0 to 0.7.0 in /analyzer Updates the requirements on [tikv-jemallocator](https://github.com/tikv/jemallocator) to permit the latest version. - [Release notes](https://github.com/tikv/jemallocator/releases) - [Changelog](https://github.com/tikv/jemallocator/blob/main/CHANGELOG.md) - [Commits](https://github.com/tikv/jemallocator/compare/0.6.0...0.6.1) --- updated-dependencies: - dependency-name: tikv-jemallocator dependency-version: 0.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- analyzer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyzer/Cargo.toml b/analyzer/Cargo.toml index 514b74ae..562a4445 100644 --- a/analyzer/Cargo.toml +++ b/analyzer/Cargo.toml @@ -56,7 +56,7 @@ mysqlclient-sys = { version = "0.5", features = ["bundled"], optional = true} [target.'cfg(not(target_env = "msvc"))'.dependencies] jemalloc_pprof = { version = "*", optional = true } -tikv-jemallocator = { version = "0.6.0", features = ["profiling", "unprefixed_malloc_on_supported_platforms"], optional = true } +tikv-jemallocator = { version = "0.7.0", features = ["profiling", "unprefixed_malloc_on_supported_platforms"], optional = true } pprof = { version = "*", features = ["cpp", "prost-codec"] } [features]