diff --git a/Cargo.toml b/Cargo.toml index 6a086127..0aad43ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ mockall_double = "0.3" axum = { version = "0.8.1", features = ["macros", "query"] } axum-server = { version = "0.7.1", features = ["tls-rustls"] } tower-http = { version = "0.6.1", features = ["trace"] } -tikv-jemallocator = { version = "0.5.4", features = [ +tikv-jemallocator = { version = "0.6.0", features = [ "profiling", "unprefixed_malloc_on_supported_platforms", ] }