From 6f475f090ec8bc4dda5ccbb0853744acdc6bb486 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 13 Jun 2022 10:02:07 -0500 Subject: [PATCH] chore: Upgrade to clap 3.2 --- Cargo.toml | 2 +- tests/testsuite/cargo_add/invalid_target_empty/stderr.log | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 42fe3165a..b1efa4c63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ toml_edit = { version = "0.14.3", features = ["serde", "easy", "perf"] } unicode-xid = "0.2.0" url = "2.2.2" walkdir = "2.2" -clap = "3.1.0" +clap = "3.2.1" unicode-width = "0.1.5" openssl = { version = '0.10.11', optional = true } im-rc = "15.0.0" diff --git a/tests/testsuite/cargo_add/invalid_target_empty/stderr.log b/tests/testsuite/cargo_add/invalid_target_empty/stderr.log index 44aad058c..5bc29bef9 100644 --- a/tests/testsuite/cargo_add/invalid_target_empty/stderr.log +++ b/tests/testsuite/cargo_add/invalid_target_empty/stderr.log @@ -1,8 +1,3 @@ error: The argument '--target ' requires a value but none was supplied -USAGE: - cargo add [OPTIONS] [@] ... - cargo add [OPTIONS] --path ... - cargo add [OPTIONS] --git ... - For more information try --help