diff --git a/Cargo.toml b/Cargo.toml index 120fa5a..d27c319 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,9 +14,9 @@ edition = "2021" jwalk = "0.8.1" rayon = "1.10.0" tempfile = "3.12.0" -anyhow = "1.0.86" +anyhow = "1.0.87" human_format = "1.1.0" -clap = { version = "4.5.16", features = ["derive"] } +clap = { version = "4.5.17", features = ["derive"] } ctrlc = { version = "3.4.5", features = ["termination"] } rm_rf = "0.6.2" ansi_term = "0.12.1"