From 81d647402a55d027222f60400e4e4b52161786ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 08:34:07 +0000 Subject: [PATCH] chore(deps): update rust crate tikv-jemallocator to v0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f808d28..fa9c08c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -402,7 +402,7 @@ version = "=0.5.4" default-features = false features = ["stats", "unprefixed_malloc_on_supported_platforms"] [workspace.dependencies.tikv-jemallocator] -version = "=0.5.4" +version = "=0.6.0" default-features = false features = ["stats", "unprefixed_malloc_on_supported_platforms"] [workspace.dependencies.tikv-jemalloc-ctl]