From f1c531ee64ebc92904a69630fceb30c886e399d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 13:02:38 +0000 Subject: [PATCH] Bump indicatif from 0.15.0 to 0.16.1 in /packer 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[bot] --- packer/Cargo.lock | 22 +++++----------------- packer/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/packer/Cargo.lock b/packer/Cargo.lock index 3f416fb7461..9f35f3edf43 100644 --- a/packer/Cargo.lock +++ b/packer/Cargo.lock @@ -142,12 +142,9 @@ dependencies = [ "encode_unicode", "lazy_static", "libc", - "regex", "terminal_size", "termios", - "unicode-width", "winapi", - "winapi-util", ] [[package]] @@ -294,7 +291,7 @@ dependencies = [ [[package]] name = "flipper-packer" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "clap", @@ -348,9 +345,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", @@ -414,9 +411,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 = "opaque-debug" @@ -752,15 +749,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" -[[package]] -name = "winapi-util" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" -dependencies = [ - "winapi", -] - [[package]] name = "winapi-x86_64-pc-windows-gnu" version = "0.4.0" diff --git a/packer/Cargo.toml b/packer/Cargo.toml index ec862538333..051c451a9a2 100644 --- a/packer/Cargo.toml +++ b/packer/Cargo.toml @@ -20,7 +20,7 @@ sha2 = "^0.8.1" data-encoding = "2.3.1" serde_json = "1.0.61" rayon = "1.4.1" -indicatif = "0.15.0" +indicatif = "0.16.1" xz2 = "0.1.6" [dev-dependencies]