Skip to content

Commit 9b59439

Browse files
chore(deps): bump tikv-jemallocator from 0.6.0 to 0.6.1 in /native (apache#2609)
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](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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f62da80 commit 9b59439

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

native/Cargo.lock

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

native/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ arrow = { workspace = true }
3939
parquet = { workspace = true, default-features = false, features = ["experimental", "arrow"] }
4040
futures = { workspace = true }
4141
mimalloc = { version = "*", default-features = false, optional = true }
42-
tikv-jemallocator = { version = "0.6.0", optional = true, features = ["disable_initial_exec_tls"] }
42+
tikv-jemallocator = { version = "0.6.1", optional = true, features = ["disable_initial_exec_tls"] }
4343
tikv-jemalloc-ctl = { version = "0.6.0", optional = true, features = ["disable_initial_exec_tls", "stats"] }
4444
tokio = { version = "1", features = ["rt-multi-thread"] }
4545
async-trait = { workspace = true }

0 commit comments

Comments
 (0)