diff --git a/src/servers/Cargo.toml b/src/servers/Cargo.toml index 2908ef17ef..693453a023 100644 --- a/src/servers/Cargo.toml +++ b/src/servers/Cargo.toml @@ -73,7 +73,7 @@ snap = "1" sql = { path = "../sql" } strum = { version = "0.24", features = ["derive"] } table = { path = "../table" } -tikv-jemalloc-ctl = "0.5" +tikv-jemalloc-ctl = { version = "0.5", features = ["use_std"] } tokio-rustls = "0.24" tokio-stream = { version = "0.1", features = ["net"] } tokio.workspace = true