From 029d8a10688c1b7d913422e4d2fa41907d53392c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 04:25:21 +0000 Subject: [PATCH] Bump indicatif from 0.15.0 to 0.16.0 Bumps [indicatif](https://github.com/mitsuhiko/indicatif) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/mitsuhiko/indicatif/releases) - [Commits](https://github.com/mitsuhiko/indicatif/commits) 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..21dfa7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -363,9 +363,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4" +checksum = "507cf157a0dab3c837bef6e2086466255d9de4a6b1af69e62b62c54cd52f6062" 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..c870178 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.0" maplit = "1.0.2" scopeguard = "1.1.0" serde = "1.0.114"