From 39aea6545dab7555b865eaabcddd7a770752960d Mon Sep 17 00:00:00 2001 From: Josiah Glosson Date: Thu, 7 Aug 2025 20:27:40 -0500 Subject: [PATCH] Update jemalloc_pprof 0.7.0 -> 0.8.1 --- Cargo.lock | 21 +++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93e499081..db9ddabc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4159,15 +4159,15 @@ dependencies = [ [[package]] name = "jemalloc_pprof" -version = "0.7.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5622af6d21ff86ed7797ef98e11b8f302da25ec69a7db9f6cde8e2e1c8df9992" +checksum = "74ff642505c7ce8d31c0d43ec0e235c6fd4585d9b8172d8f9dd04d36590200b5" dependencies = [ "anyhow", "libc", "mappings", "once_cell", - "pprof_util", + "pprof_util 0.8.0", "tempfile", "tikv-jemalloc-ctl", "tokio", @@ -4664,7 +4664,7 @@ dependencies = [ "anyhow", "libc", "once_cell", - "pprof_util", + "pprof_util 0.7.0", "tracing", ] @@ -6009,6 +6009,19 @@ name = "pprof_util" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9fa015c78eed2130951e22c58d2095849391e73817ab2e74f71b0b9f63dd8416" +dependencies = [ + "anyhow", + "flate2", + "num", + "paste", + "prost", +] + +[[package]] +name = "pprof_util" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f9aba4251d95ac86f14c33e688d57a9344bfcff29e9b0c5a063fc66b5facc8a1" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index d457f53f2..935c3f99c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ image = { version = "0.25.6", default-features = false, features = ["rayon"] } indexmap = "2.10.0" indicatif = "0.18.0" itertools = "0.14.0" -jemalloc_pprof = "0.7.0" +jemalloc_pprof = "0.8.1" json-patch = { version = "4.0.0", default-features = false } lettre = { version = "0.11.17", default-features = false, features = [ "builder",