From f1d4615abd1723e843a3cea18ff03a9f2b0a9c10 Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Tue, 16 Jul 2024 17:14:39 +0200 Subject: [PATCH] Update deps: - clap to 4.5.9 - tikv-jemallocator to 0.6.0 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5ad66c2..d15ad91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ anyhow = "1.0.86" human_format = "1.1.0" human_bytes = { version = "0.4.3", features = ["fast"] } humantime = "2.1.0" -clap = { version = "4.5.7", features = ["derive"] } +clap = { version = "4.5.9", features = ["derive"] } ctrlc = { version = "3.4.4", features = ["termination"] } rm_rf = "0.6.2" ansi_term = "0.12.1" @@ -28,13 +28,13 @@ cfg-if = "1.0" fdlimit = "0.3.0" [target.'cfg(all(target_os = "linux", target_arch = "x86_64"))'.dependencies] -tikv-jemallocator = "0.5.4" +tikv-jemallocator = "0.6.0" [target.'cfg(all(target_os = "linux", target_arch = "aarch64"))'.dependencies] -tikv-jemallocator = "0.5.4" +tikv-jemallocator = "0.6.0" [target.'cfg(target_os = "macos")'.dependencies] -tikv-jemallocator = "0.5.4" +tikv-jemallocator = "0.6.0" [profile.release] lto = "fat"