From d693a861ffdd8ba8fe2c23681caf351acd86a018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:37:27 +0000 Subject: [PATCH] Bump indicatif from 0.17.0-beta.1 to 0.17.0 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.0-beta.1 to 0.17.0. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/commits/0.17.0) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1220f74..fa693480 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,14 +482,15 @@ dependencies = [ [[package]] name = "console" -version = "0.14.1" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45" +checksum = "89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847" dependencies = [ "encode_unicode", - "lazy_static", "libc", + "once_cell", "terminal_size", + "unicode-width", "winapi", ] @@ -1175,14 +1176,13 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.0-beta.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "500f7e5a63596852b9bf7583fe86f9ad08e0df9b4eb58d12e9729071cb4952ca" +checksum = "fcc42b206e70d86ec03285b123e65a5458c92027d1fb2ae3555878b8113b3ddf" dependencies = [ "console", - "lazy_static", "number_prefix", - "regex", + "unicode-width", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 4905e7c7..347cff44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ log = "0.4.14" fern = "0.6.0" chrono = "0.4.19" openssl-probe = "0.1.4" -indicatif = "0.17.0-beta.1" +indicatif = "0.17.0" itertools = "0.10.1"