From 03a51f47b6adca6b178f8c2ab10517c933102e67 Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Tue, 29 Oct 2024 13:05:19 +0100 Subject: [PATCH] Update deps: - anyhow to 1.0.91 - fs-err to 3.0.0 - anstyle to 1.0.9 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5305cbc..d2ff5da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,17 +13,17 @@ edition = "2021" [dependencies] rayon = "1.10.0" tempfile = "3.13.0" -anyhow = "1.0.89" +anyhow = "1.0.91" human_format = "1.1.0" clap = { version = "4.5.20", features = ["derive", "unicode", "wrap_help"] } rm_rf = "0.6.2" ansi_term = "0.12.1" -fs-err = "2.11.0" +fs-err = "3.0.0" indicatif = { version = "0.17.8", features = ["rayon"] } cfg-if = "1.0" fdlimit = "0.3.0" ahash = "0.8.11" -anstyle = "1.0.8" +anstyle = "1.0.9" signal-hook = "0.3.17" ignore = "0.4.23"