From 0fbf69ac88ac73d918b6a50cac08c331e97ae851 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 22:18:37 +0000 Subject: [PATCH] fix(deps): update rust crate tikv-jemalloc-ctl to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a086127..0f973e8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ tikv-jemallocator = { version = "0.5.4", features = [ "unprefixed_malloc_on_supported_platforms", ] } jemalloc_pprof = "0.4.1" -tikv-jemalloc-ctl = "0.5.4" +tikv-jemalloc-ctl = "0.6.0" rhai = { version = "1.19.0", features = ["sync"] } tonic = { version = "0.12.3" }