Skip to content

Commit 89c1d77

Browse files
committed
Bump tikv-jemallocator
1 parent 9a17111 commit 89c1d77

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

crates/profile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rust-version.workspace = true
1313
doctest = false
1414

1515
[dependencies]
16-
jemalloc-ctl = { version = "0.5.4", package = "tikv-jemalloc-ctl", optional = true }
16+
jemalloc-ctl = { version = "0.7.0", package = "tikv-jemalloc-ctl", features = ["stats"], optional = true }
1717

1818
[target.'cfg(all(target_os = "linux", not(target_env = "ohos"), any(target_arch = "x86", target_arch = "x86_64", target_arch = "aarch64")))'.dependencies]
1919
perf-event = "=0.4.8"

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ windows-sys = { version = "0.61", features = [
8484
] }
8585

8686
[target.'cfg(not(target_env = "msvc"))'.dependencies]
87-
jemallocator = { version = "0.5.4", package = "tikv-jemallocator", optional = true }
87+
jemallocator = { version = "0.7.0", package = "tikv-jemallocator", features = ["stats"], optional = true }
8888

8989
[dev-dependencies]
9090
expect-test = "1.5.1"

0 commit comments

Comments
 (0)