From 4442ec8bfa974be308d445903e6e71088d075552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 21:31:43 +0000 Subject: [PATCH] chore(deps): bump tikv-jemallocator from 0.6.1 to 0.7.0 Bumps [tikv-jemallocator](https://github.com/tikv/jemallocator) from 0.6.1 to 0.7.0. - [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.1...0.7.0) --- updated-dependencies: - dependency-name: tikv-jemallocator dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29f8f84e..dedec163 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6625,9 +6625,9 @@ dependencies = [ [[package]] name = "tikv-jemalloc-sys" -version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" +version = "0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd8aa5b2ab86a2cefa406d889139c162cbb230092f7d1d7cbc1716405d852a3b" +checksum = "1a2825c78386b4ae0314074867860ba9577875de945f05992c38815cbec327f0" dependencies = [ "cc", "libc", @@ -6635,9 +6635,9 @@ dependencies = [ [[package]] name = "tikv-jemallocator" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0359b4327f954e0567e69fb191cf1436617748813819c94b8cd4a431422d053a" +checksum = "249f09e49ab1609436f34c776e84231bead18d6a955f119f939bdc1d847561bd" dependencies = [ "libc", "tikv-jemalloc-sys", diff --git a/Cargo.toml b/Cargo.toml index 5645a0ca..9ee67308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -236,7 +236,7 @@ pprof = { version = "0.15.0", default-features = false, features = # release build can A/B the allocator under concurrent load without changing # code. Not added to the default dependency graph anywhere. mimalloc = { version = "0.1.52", default-features = false } -tikv-jemallocator = { version = "0.6.1", default-features = false } +tikv-jemallocator = { version = "0.7.0", default-features = false } proptest = "1.11.0" prometheus = { version = "0.14.0", features = ["process"] } proj-sys = "0.27.0"