From d900ec9af255cc61fcd585427ed8f93ed56f4735 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 06:47:23 +0000 Subject: [PATCH] fix(deps): update rust crate tikv-jemallocator to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 73dd278..0a1814d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ rand = "0.9.0" rkyv = { version = "0.7.42", features = ["strict"] } serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" -tikv-jemallocator = "0.5.4" +tikv-jemallocator = "0.6.0" tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] } tonic = { version = "0.11.0", features = ["gzip"] } tracing = "0.1.37"