Revert D28181980: Bump indicatif from 0.15.0 to 0.16.0 in /packer

Differential Revision:
D28181980 (ff6f8eb8cf)

Original commit changeset: 136cfaadd9b4

fbshipit-source-id: 039c170a9096bd338dee193b1b7be4f403f1d36c
This commit is contained in:
Pascal Hartig
2021-05-04 10:43:16 -07:00
committed by Facebook GitHub Bot
parent bf571065f9
commit 5c00790a06
2 changed files with 5 additions and 5 deletions

8
packer/Cargo.lock generated
View File

@@ -321,9 +321,9 @@ dependencies = [
[[package]] [[package]]
name = "indicatif" name = "indicatif"
version = "0.16.0" version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "507cf157a0dab3c837bef6e2086466255d9de4a6b1af69e62b62c54cd52f6062" checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4"
dependencies = [ dependencies = [
"console", "console",
"lazy_static", "lazy_static",
@@ -402,9 +402,9 @@ dependencies = [
[[package]] [[package]]
name = "number_prefix" name = "number_prefix"
version = "0.4.0" version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
[[package]] [[package]]
name = "once_cell" name = "once_cell"

View File

@@ -20,7 +20,7 @@ sha2 = "0.9.3"
data-encoding = "2.3.2" data-encoding = "2.3.2"
serde_json = "1.0.64" serde_json = "1.0.64"
rayon = "1.5.0" rayon = "1.5.0"
indicatif = "0.16.0" indicatif = "0.15.0"
xz2 = "0.1.6" xz2 = "0.1.6"
ignore = "^0.4.17" ignore = "^0.4.17"