From 13243caa243d10d4fb2dc473347416f8ed243078 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 12:30:38 +0000 Subject: [PATCH] chore(deps): update rust crate indicatif to 0.18.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d40850c9..d3a59a95d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1397,9 +1397,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.12" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4adb2ee6ad319a912210a36e56e3623555817bcc877a7e6e8802d1d69c4d8056" +checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd" dependencies = [ "console", "portable-atomic", diff --git a/Cargo.toml b/Cargo.toml index fbdb5a01c..48080cf77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -315,7 +315,7 @@ half = "2.4.1" hostname = "0.4" icu_collator = "2.0.0" icu_locale = "2.0.0" -indicatif = "0.17.8" +indicatif = "0.18.0" itertools = "0.14.0" jiff = { version = "0.2.10", default-features = false, features = [ "std",