From 91d36dc89c00d04f35ba121e39fc3ed9d0409386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 20:10:02 +0000 Subject: [PATCH] chore(deps): bump indicatif from 0.16.2 to 0.17.6 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.16.2 to 0.17.6. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.16.2...0.17.6) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 +++++++++++---- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36d09f3..8091135 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -369,14 +369,15 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.16.2" +version = "0.17.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b" +checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730" dependencies = [ "console", - "lazy_static", + "instant", "number_prefix", - "regex", + "portable-atomic", + "unicode-width", ] [[package]] @@ -503,6 +504,12 @@ dependencies = [ "sha2", ] +[[package]] +name = "portable-atomic" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f32154ba0af3a075eefa1eda8bb414ee928f62303a54ea85b8d6638ff1a6ee9e" + [[package]] name = "proc-macro2" version = "1.0.63" diff --git a/Cargo.toml b/Cargo.toml index 1b4c0f5..c8f6384 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ handlebars = "4.0.0" dialoguer = { version = "0.10.3", features = ["fuzzy-select"] } colored = "2.0.0" include-dir-macro = "0.2" -indicatif = "0.16.2" +indicatif = "0.17.6" lazy_static = "1" regex = "1" confy = "0.4.0"