From 0c7d9b0bcee7708e6c5accc459f5078594157e0a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 28 Jan 2025 16:55:09 +0000
Subject: [PATCH] build(deps): bump indicatif from 0.17.9 to 0.17.11

Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.9 to 0.17.11.
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](https://github.com/console-rs/indicatif/compare/0.17.9...0.17.11)

---
updated-dependencies:
- dependency-name: indicatif
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index d32861c8..15fd0f2a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1558,9 +1558,9 @@ dependencies = [
 
 [[package]]
 name = "indicatif"
-version = "0.17.9"
+version = "0.17.11"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281"
+checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
 dependencies = [
  "console",
  "number_prefix",
diff --git a/Cargo.toml b/Cargo.toml
index a4b90dc0..6b7e16f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ cargo_metadata = "0.19.1" # resolving Cargo manifest metadata (consider `guppy`!
 clap = { version = "4.5.27", features = ["derive"] } # parse CLI arguments
 clap-cargo = { version = "0.15.2", features = ["cargo_metadata"] }
 dirs = "6.0.0" # common directories
-indicatif = "0.17.9" # UI
+indicatif = "0.17.11" # UI
 once_cell = "1.20.2" # lazy data structures and thunking
 owo-colors = "4.1.0" # color support for the terminal
 petgraph = "0.7.1" # graph data structures