From d69ac8940137569872645e340f0687189be66a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 19:10:36 +0000 Subject: [PATCH] Bump indicatif from 0.16.2 to 0.17.0 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.16.2 to 0.17.0. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.16.2...0.17.0) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++---- package/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e83f429fae5..969dc5bab01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2172,15 +2172,14 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.16.2" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b" +checksum = "fcc42b206e70d86ec03285b123e65a5458c92027d1fb2ae3555878b8113b3ddf" dependencies = [ "console", - "lazy_static", "number_prefix", "rayon", - "regex", + "unicode-width", ] [[package]] diff --git a/package/Cargo.toml b/package/Cargo.toml index 4e71071da00..c28c0942820 100644 --- a/package/Cargo.toml +++ b/package/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0" clap = { version = "3.2", features = ["derive"] } futures = "0.3.21" hex = "0.4.3" -indicatif = { version = "0.16.2", features = ["rayon"] } +indicatif = { version = "0.17.0", features = ["rayon"] } omicron-common = { path = "../common" } omicron-sled-agent = { path = "../sled-agent" } omicron-zone-package = "0.3.2"