diff --git a/Cargo.toml b/Cargo.toml index f5c2ad24..5b0f629d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -371,7 +371,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]