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"