Skip to content

Commit f56014a

Browse files
chore: bump tikv-jemallocator in /src/rust in the patch group
Bumps the patch group in /src/rust with 1 update: [tikv-jemallocator](https://github.com/tikv/jemallocator). Updates `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](tikv/jemallocator@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 dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b8702e commit f56014a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/rust/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ mimalloc = { version = "0.1", default-features = false }
175175
# tikv-jemallocator 0.6.1 cannot be built on some situations
176176
# https://github.com/tikv/jemallocator/issues/92
177177
# TODO: remove version pinning after the issue is resolved
178-
tikv-jemallocator = { version = "=0.6.0", features = [
178+
tikv-jemallocator = { version = "=0.6.1", features = [
179179
"disable_initial_exec_tls",
180180
"background_threads",
181181
] }
182182

183183
[target.'cfg(all(target_family = "unix", target_os = "macos", not(allocator = "mimalloc")))'.dependencies]
184-
tikv-jemallocator = { version = "=0.6.0", features = ["disable_initial_exec_tls"] }
184+
tikv-jemallocator = { version = "=0.6.1", features = ["disable_initial_exec_tls"] }

0 commit comments

Comments
 (0)