From 1d569e1341fcfd37019c78525bff25580db4b21a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 07:08:48 +0000 Subject: [PATCH] deps(deps): bump tikv-jemalloc-ctl from 0.6.0 to 0.6.1 Bumps [tikv-jemalloc-ctl](https://github.com/tikv/jemallocator) from 0.6.0 to 0.6.1. - [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-jemalloc-ctl dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 34f6742..071c606 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5878,9 +5878,9 @@ dependencies = [ [[package]] name = "tikv-jemalloc-ctl" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f21f216790c8df74ce3ab25b534e0718da5a1916719771d3fec23315c99e468b" +checksum = "661f1f6a57b3a36dc9174a2c10f19513b4866816e13425d3e418b11cc37bc24c" dependencies = [ "libc", "paste", @@ -5889,9 +5889,9 @@ dependencies = [ [[package]] name = "tikv-jemalloc-sys" -version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" +version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d" +checksum = "cd8aa5b2ab86a2cefa406d889139c162cbb230092f7d1d7cbc1716405d852a3b" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 1b53ce8..22a3659 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -161,7 +161,7 @@ bytes = "1.6" # Memory allocator + profiling tikv-jemallocator = { version = "0.6.0", default-features = true } -tikv-jemalloc-ctl = "0.6.0" +tikv-jemalloc-ctl = "0.6.1" backtrace = "0.3" # Configuration