Description: relax dependency on crate indicatif
 Needed to match Debian-packaged indicatif v0.17.3.
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2023-01-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -88,7 +88,7 @@
 [dev-dependencies]
 env_logger = "0.9"
 flate2 = "1.0.3"
-indicatif = "0.15"
+indicatif = ">= 0.15, < 0.18"
 rayon = "1"
 static_assertions = "1.1"
 structopt = "0.3"
