diff --git a/eden/mononoke/facebook/derived_data_service/TARGETS b/eden/mononoke/facebook/derived_data_service/TARGETS index 6a592b5041ebd..be2cb72f69a21 100644 --- a/eden/mononoke/facebook/derived_data_service/TARGETS +++ b/eden/mononoke/facebook/derived_data_service/TARGETS @@ -100,11 +100,10 @@ rust_binary( srcs = glob(["client/**/*.rs"]), deps = [ "fbsource//third-party/rust:anyhow", - "fbsource//third-party/rust:clap-2", + "fbsource//third-party/rust:clap", "fbsource//third-party/rust:env_logger", "fbsource//third-party/rust:futures", "fbsource//third-party/rust:log", - "fbsource//third-party/rust:structopt", ":derived_data_client_library", "//common/rust/shed/fbinit:fbinit", "//common/rust/shed/fbinit:fbinit-tokio",