This is an automated email from the ASF dual-hosted git repository.
richox 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 30ae7105 Bump tikv-jemallocator from 0.6.0 to 0.6.1 (#1495)
30ae7105 is described below
commit 30ae71055fbe692525678c526982ff6bd8492148
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 22 19:49:32 2025 +0800
Bump tikv-jemallocator from 0.6.0 to 0.6.1 (#1495)
Bumps [tikv-jemallocator](https://github.com/tikv/jemallocator) from 0.6.0
to 0.6.1.
- [Release notes](https://github.com/tikv/jemallocator/releases)
- [Changelog](https://github.com/tikv/jemallocator/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tikv/jemallocator/compare/0.6.0...0.6.1)
---
updated-dependencies:
- dependency-name: tikv-jemallocator
dependency-version: 0.6.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 c9f03f8a..730901bb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4048,9 +4048,9 @@ dependencies = [
[[package]]
name = "tikv-jemallocator"
-version = "0.6.0"
+version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4cec5ff18518d81584f477e9bfdf957f5bb0979b0bac3af4ca30b5b3ae2d2865"
+checksum = "0359b4327f954e0567e69fb191cf1436617748813819c94b8cd4a431422d053a"
dependencies = [
"libc",
"tikv-jemalloc-sys",
diff --git a/native-engine/auron/Cargo.toml b/native-engine/auron/Cargo.toml
index 171e42e3..0afd6dbc 100644
--- a/native-engine/auron/Cargo.toml
+++ b/native-engine/auron/Cargo.toml
@@ -59,7 +59,7 @@ optional = true
features = ["stats", "profiling", "unprefixed_malloc_on_supported_platforms",
"disable_initial_exec_tls"]
[dependencies.tikv-jemallocator]
-version = "0.6.0"
+version = "0.6.1"
optional = true
features = ["disable_initial_exec_tls"]