summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-01 03:07:34 +0000
committerGitHub <noreply@github.com>2024-03-01 03:07:34 +0000
commit8b856b03c2e1adc5d67716905aa59427f99252de (patch)
tree38c2716dadf2e13dff2b46f76150b82ce696a2de
parentc7be935da3764a4dcd4149e7b06151b9c9711696 (diff)
Bump indicatif from 0.17.4 to 0.17.8dependabot/cargo/indicatif-0.17.8
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.4 to 0.17.8. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.4...0.17.8) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-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 160e345..5b31c46 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -468,9 +468,9 @@ dependencies = [
[[package]]
name = "indicatif"
-version = "0.17.4"
+version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "db45317f37ef454e6519b6c3ed7d377e5f23346f0823f86e65ca36912d1d0ef8"
+checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
dependencies = [
"console",
"instant",
diff --git a/Cargo.toml b/Cargo.toml
index 90e4d88..26f7d96 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ windows_process_extensions_main_thread_handle = []
[dependencies]
colored = "2.0"
-indicatif = "=0.17.4"
+indicatif = "=0.17.8"
statistical = "1.0"
csv = "1.1"
serde = { version = "1.0", features = ["derive"] }