summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2023-10-05 09:41:07 +0200
committerDavid Peter <david.peter@bosch.com>2023-10-05 09:41:07 +0200
commitf20bea1f1ddd5a813522ec16e68087a597fd83ab (patch)
tree75fdf7d79032b97135f35549104ed7263ed4152c
parent4564977b7ac4fc9131feaecbfbf1a7567897e629 (diff)
Downgrade indicatif, see #670
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c5537ea..404076c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -514,9 +514,9 @@ dependencies = [
[[package]]
name = "indicatif"
-version = "0.17.5"
+version = "0.17.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057"
+checksum = "db45317f37ef454e6519b6c3ed7d377e5f23346f0823f86e65ca36912d1d0ef8"
dependencies = [
"console",
"instant",
diff --git a/Cargo.toml b/Cargo.toml
index bfd5342..ea28c17 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ windows_process_extensions_main_thread_handle = []
[dependencies]
colored = "2.0"
-indicatif = "0.17.3"
+indicatif = "=0.17.4"
statistical = "1.0"
atty = "0.2"
csv = "1.1"