From ebc1df44200ebf0d34459ae61205962b0d79c86b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 03:13:16 +0000 Subject: [PATCH] chore(deps): update rust crate tikv-jemalloc-ctl to v0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5c2ad24..0c9c5088 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -379,7 +379,7 @@ version = "=0.5.4" default-features = false features = ["stats", "unprefixed_malloc_on_supported_platforms"] [workspace.dependencies.tikv-jemalloc-ctl] -version = "=0.5.4" +version = "=0.6.0" default-features = false features = ["use_std"]