Upgrade deps

Summary: Bringing a few dependabot PRs together.

Reviewed By: timur-valiev

Differential Revision: D30781333

fbshipit-source-id: 80b775803d48cb1f8a27424b500b352ddaf9c893
This commit is contained in:
Pascal Hartig
2021-09-08 04:54:18 -07:00
committed by Facebook GitHub Bot
parent 2fb1a6185c
commit 5031cac52c
2 changed files with 37 additions and 21 deletions

View File

@@ -12,13 +12,13 @@ edition = "2018"
[dependencies]
clap = "2.33.3"
shellexpand = "2.1.0"
tar = "0.4.36"
serde = { version = "1.0.127", features = ["derive"] }
serde_yaml = "0.8.17"
anyhow = "1.0.42"
sha2 = "0.9.5"
tar = "0.4.37"
serde = { version = "1.0.130", features = ["derive"] }
serde_yaml = "0.8.20"
anyhow = "1.0.43"
sha2 = "0.9.6"
data-encoding = "2.3.2"
serde_json = "1.0.66"
serde_json = "1.0.67"
rayon = "1.5.1"
indicatif = "^0.15"
xz2 = "0.1.6"