From 6443461e1f0f00c8549ac24dea767703c5cc6731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 19:55:07 +0000 Subject: [PATCH] Update tikv-jemallocator requirement from 0.6 to 0.7 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.7.0) --- updated-dependencies: - dependency-name: tikv-jemallocator dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- metropolis-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metropolis-core/Cargo.toml b/metropolis-core/Cargo.toml index 18f4a35..7dae5b0 100644 --- a/metropolis-core/Cargo.toml +++ b/metropolis-core/Cargo.toml @@ -57,7 +57,7 @@ time = { version = "0.3", features = ["serde-human-readable"] } zstd = "0.13" [target.'cfg(not(target_env = "msvc"))'.dependencies] -tikv-jemallocator = "0.6" +tikv-jemallocator = "0.7" [lints] workspace = true