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 bd6c4741 Bump tikv-jemalloc-ctl from 0.6.0 to 0.6.1 (#1467)
bd6c4741 is described below
commit bd6c47413586f757d449c4ebddf3ee2ec2d23899
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 21 14:15:48 2025 +0800
Bump tikv-jemalloc-ctl from 0.6.0 to 0.6.1 (#1467)
Bumps [tikv-jemalloc-ctl](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-jemalloc-ctl
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 | 10 +++++-----
native-engine/auron/Cargo.toml | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 83557970..22006dbc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3966,7 +3966,7 @@ dependencies = [
"getrandom 0.3.3",
"once_cell",
"rustix 1.0.8",
- "windows-sys 0.59.0",
+ "windows-sys 0.61.1",
]
[[package]]
@@ -4022,9 +4022,9 @@ dependencies = [
[[package]]
name = "tikv-jemalloc-ctl"
-version = "0.6.0"
+version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f21f216790c8df74ce3ab25b534e0718da5a1916719771d3fec23315c99e468b"
+checksum = "661f1f6a57b3a36dc9174a2c10f19513b4866816e13425d3e418b11cc37bc24c"
dependencies = [
"libc",
"paste",
@@ -4033,9 +4033,9 @@ dependencies = [
[[package]]
name = "tikv-jemalloc-sys"
-version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7"
+version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d"
+checksum = "cd8aa5b2ab86a2cefa406d889139c162cbb230092f7d1d7cbc1716405d852a3b"
dependencies = [
"cc",
"libc",
diff --git a/native-engine/auron/Cargo.toml b/native-engine/auron/Cargo.toml
index bb173ff1..171e42e3 100644
--- a/native-engine/auron/Cargo.toml
+++ b/native-engine/auron/Cargo.toml
@@ -49,7 +49,7 @@ tokio = { workspace = true }
chrono = { workspace = true }
[dependencies.tikv-jemalloc-ctl]
-version = "0.6.0"
+version = "0.6.1"
optional = true
features = ["use_std"]