From 5c00790a06804cee81ff5261f40f6f4885876b48 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 4 May 2021 10:43:16 -0700 Subject: [PATCH] Revert D28181980: Bump indicatif from 0.15.0 to 0.16.0 in /packer Differential Revision: D28181980 (https://github.com/facebook/flipper/commit/ff6f8eb8cf57a7621edfe3cfc76c88ec1cb8ec87) Original commit changeset: 136cfaadd9b4 fbshipit-source-id: 039c170a9096bd338dee193b1b7be4f403f1d36c --- packer/Cargo.lock | 8 ++++---- packer/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packer/Cargo.lock b/packer/Cargo.lock index 418a4d431..193028236 100644 --- a/packer/Cargo.lock +++ b/packer/Cargo.lock @@ -321,9 +321,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.16.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "507cf157a0dab3c837bef6e2086466255d9de4a6b1af69e62b62c54cd52f6062" +checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4" dependencies = [ "console", "lazy_static", @@ -402,9 +402,9 @@ dependencies = [ [[package]] name = "number_prefix" -version = "0.4.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" +checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a" [[package]] name = "once_cell" diff --git a/packer/Cargo.toml b/packer/Cargo.toml index 8c3c6dd5b..c6853d20b 100644 --- a/packer/Cargo.toml +++ b/packer/Cargo.toml @@ -20,7 +20,7 @@ sha2 = "0.9.3" data-encoding = "2.3.2" serde_json = "1.0.64" rayon = "1.5.0" -indicatif = "0.16.0" +indicatif = "0.15.0" xz2 = "0.1.6" ignore = "^0.4.17"