From f4a70bf4736d7d7a495eac8bd7c6120113e6d0db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 11:04:05 +0100 Subject: [PATCH] Bump indicatif from 0.16.2 to 0.17.1 (#537) Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.16.2 to 0.17.1. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.16.2...0.17.1) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5508580..832cf7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,6 +411,7 @@ dependencies = [ "libc", "once_cell", "terminal_size", + "unicode-width", "winapi", ] @@ -917,14 +918,13 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.16.2" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b" +checksum = "bfddc9561e8baf264e0e45e197fd7696320026eb10a8180340debc27b18f535b" dependencies = [ "console", - "lazy_static", "number_prefix", - "regex", + "unicode-width", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 71af5d4..4b96043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ pretty_env_logger = "0.4" chrono = { version = "0.4", features = ["serde"] } eyre = "0.6" directories = "4" -indicatif = "0.16.2" +indicatif = "0.17.1" serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.81" tui = { version = "0.18", default-features = false, features = ["termion"] }