Upgrade packer deps

Summary: This takes care of a couple of dependabot bumps.

Reviewed By: lblasa

Differential Revision: D36097174

fbshipit-source-id: 81be4b09d40d090945704eb3477bd30638ad24c1
This commit is contained in:
Pascal Hartig
2022-05-04 04:36:52 -07:00
committed by Facebook GitHub Bot
parent 342e22bd87
commit f0e1feef24
2 changed files with 19 additions and 19 deletions

View File

@@ -10,16 +10,16 @@ authors = ["Facebook, Inc."]
edition = "2021"
[dependencies]
clap = { version = "3.1.9", features = ["derive", "cargo"] }
shellexpand = "2.1.0"
clap = { version = "^3", features = ["derive", "cargo"] }
shellexpand = "^2"
tar = "0.4.38"
serde = { version = "1.0.136", features = ["derive"] }
serde = { version = "^1", features = ["derive"] }
serde_yaml = "0.8.23"
anyhow = "1.0.56"
anyhow = "^1"
sha2 = "0.10.2"
data-encoding = "2.3.2"
serde_json = "1.0.79"
rayon = "1.5.2"
data-encoding = "^2"
serde_json = "^1"
rayon = "^1.5"
indicatif = "^0.15"
xz2 = "0.1.6"
ignore = "0.4.18"