From 011fe2a6fa00df956ba446e2d315e4dcfdd20f28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 04:14:36 +0000 Subject: [PATCH] chore(deps): update rust crate indicatif to 0.18.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 50c3d69..8faede5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ qwitlib = "0.3.2" rand = "0.8.5" walkdir = "2" calamine = "0.24" -indicatif = "0.17.8" +indicatif = "0.18.0" [dev-dependencies] tempfile = "3"