From 01255078bb72028dd474379e4377a36e90f11ff9 Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Mon, 4 Nov 2024 18:43:36 +0100 Subject: [PATCH] Update deps: - anyhow to 1.0.92 - anstyle to 1.0.10 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d2ff5da..9733b2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" [dependencies] rayon = "1.10.0" tempfile = "3.13.0" -anyhow = "1.0.91" +anyhow = "1.0.92" human_format = "1.1.0" clap = { version = "4.5.20", features = ["derive", "unicode", "wrap_help"] } rm_rf = "0.6.2" @@ -23,7 +23,7 @@ indicatif = { version = "0.17.8", features = ["rayon"] } cfg-if = "1.0" fdlimit = "0.3.0" ahash = "0.8.11" -anstyle = "1.0.9" +anstyle = "1.0.10" signal-hook = "0.3.17" ignore = "0.4.23"