From 5e91fd139464ab31bf80f88e98ba8fb91c599fc7 Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Sun, 8 Sep 2024 18:29:57 +0200 Subject: [PATCH] Update deps: - anyhow to 1.0.87 - clap to 4.5.17 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"