From b47f824750212ab020acb1529b7295f3347177b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 08:34:02 +0000 Subject: [PATCH] chore(deps): update rust crate tikv-jemalloc-sys to v0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f808d28..145bd4d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -398,7 +398,7 @@ version = "0.34.0" # jemalloc usage # locked to 0.5.4 due to static binary linking breakage [workspace.dependencies.tikv-jemalloc-sys] -version = "=0.5.4" +version = "=0.6.0" default-features = false features = ["stats", "unprefixed_malloc_on_supported_platforms"] [workspace.dependencies.tikv-jemallocator]