From 1e0ca06232dc16c849745039e11b0427401aa272 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 04:31:20 +0000 Subject: [PATCH] Bump indicatif from 0.15.0 to 0.16.1 Bumps [indicatif](https://github.com/mitsuhiko/indicatif) from 0.15.0 to 0.16.1. - [Release notes](https://github.com/mitsuhiko/indicatif/releases) - [Commits](https://github.com/mitsuhiko/indicatif/compare/0.15.0...0.16.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e96fec..d9cc765 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -363,9 +363,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.15.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4" +checksum = "1a27a1329c072947215f58e9bbe6540c2328b5c2e40b34a57104e5e06e7aeabb" dependencies = [ "console", "lazy_static", @@ -451,9 +451,9 @@ dependencies = [ [[package]] name = "number_prefix" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a" +checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "object" diff --git a/Cargo.toml b/Cargo.toml index 50829ed..302f852 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ console = "0.11.2" dialoguer = "0.6.2" duct_sh = "0.13.4" failure = "0.1.8" -indicatif = "0.15.0" +indicatif = "0.16.1" maplit = "1.0.2" scopeguard = "1.1.0" serde = "1.0.114"