From c39c7bfb48dae4538dad563ddb7ae909159b1793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 09:12:46 +0000 Subject: [PATCH] Bump jemalloc_pprof from 0.8.1 to 0.8.2 Bumps [jemalloc_pprof](https://github.com/polarsignals/rust-jemalloc-pprof) from 0.8.1 to 0.8.2. - [Commits](https://github.com/polarsignals/rust-jemalloc-pprof/commits) --- updated-dependencies: - dependency-name: jemalloc_pprof dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07d40e0..672bcc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -633,9 +633,9 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" [[package]] name = "jemalloc_pprof" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74ff642505c7ce8d31c0d43ec0e235c6fd4585d9b8172d8f9dd04d36590200b5" +checksum = "8a0d44c349cfe2654897fadcb9de4f0bfbf48288ec344f700b2bd59f152dd209" dependencies = [ "anyhow", "libc", diff --git a/Cargo.toml b/Cargo.toml index 84a4218..cb5d2dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ hyper = { version = "1.8.1", default-features = false, features = [ smol-hyper = { version = "0.1.1", default-features = false } [target.'cfg(not(target_env = "msvc"))'.dependencies] -jemalloc_pprof = { version = "0.8.1", optional = true, features = [ +jemalloc_pprof = { version = "0.8.2", optional = true, features = [ "symbolize", ] } pprof = { version = "0.15.0", default-features = false, optional = true, features = [