This is an automated email from the ASF dual-hosted git repository.
csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new d1c8c61b Bump jemalloc_pprof from 0.8.1 to 0.8.2 (#1998)
d1c8c61b is described below
commit d1c8c61be25e49f723131aca85d256de20669bec
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 11 15:43:53 2026 +0800
Bump jemalloc_pprof from 0.8.1 to 0.8.2 (#1998)
---
Cargo.lock | 4 ++--
native-engine/auron/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 940e271a..334fc7e7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2300,9 +2300,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/native-engine/auron/Cargo.toml b/native-engine/auron/Cargo.toml
index 9111318d..44fdf116 100644
--- a/native-engine/auron/Cargo.toml
+++ b/native-engine/auron/Cargo.toml
@@ -68,7 +68,7 @@ optional = true
features = ["disable_initial_exec_tls"]
[dependencies.jemalloc_pprof]
-version = "0.8.0"
+version = "0.8.2"
features = ["symbolize"]
optional = true