Back out "Bump clap from 3.2.25 to 4.4.5 in /packer"

Summary:
Original commit changeset: 9d09d9660dfa

This breaks the build on GitHub.

Original Phabricator Diff: D49772851

Reviewed By: antonk52

Differential Revision: D49829328

fbshipit-source-id: 88f4a29abe148b1427ed9af5bd8b6d0c14066343
This commit is contained in:
Pascal Hartig
2023-10-02 11:05:10 -07:00
committed by Facebook GitHub Bot
parent 4d9fb9170d
commit 5df61010bf
2 changed files with 114 additions and 83 deletions

View File

@@ -10,7 +10,7 @@ authors = ["Facebook, Inc."]
edition = "2021"
[dependencies]
clap = { version = "^4", features = ["derive", "cargo"] }
clap = { version = "^3", features = ["derive", "cargo"] }
shellexpand = "^3"
tar = "0.4.39"
serde = { version = "^1", features = ["derive"] }