Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/profile/Cargo.toml')
| -rw-r--r-- | crates/profile/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml index 376737cec6..1fb1383272 100644 --- a/crates/profile/Cargo.toml +++ b/crates/profile/Cargo.toml @@ -13,7 +13,7 @@ rust-version.workspace = true [dependencies] cfg-if = "1.0.0" -jemalloc-ctl = { version = "0.5.0", package = "tikv-jemalloc-ctl", optional = true } +jemalloc-ctl = { version = "0.5.4", package = "tikv-jemalloc-ctl", optional = true } [target.'cfg(all(target_os = "linux", not(target_env = "ohos")))'.dependencies] perf-event = "=0.4.7" |