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