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"