From 2fa918f8fb317dd7db642ee9fa407e94cd8a1f30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:52:40 +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" }