Skip to content

Commit

Permalink
buck2: update clap
Browse files Browse the repository at this point in the history
Summary: For: clap-rs/clap#3636

Reviewed By: IanChilds

Differential Revision: D37273461

fbshipit-source-id: db58a28d70d6d2307ef58dc1f3f52e2e8e23b5e8
  • Loading branch information
krallin authored and facebook-github-bot committed Jun 20, 2022
1 parent bf693a6 commit 5909317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ buck2_build_api = { path = "../buck2_build_api" }
buck2_bxl = { path = "../buck2_bxl" }
# @oss-disable: build_info = { path = "../../common/rust/build_info", optional = true }
chrono = "0.4.19"
clap = { version = "3.1.5", features = ["derive", "env"] }
clap = { version = "3.1.18", features = ["derive", "env"] }
cli_proto = { path = "../cli_proto" }
buck2_common = { path = "../buck2_common" }
derive_more = "0.99"
Expand Down

0 comments on commit 5909317

Please sign in to comment.