From 9ebb2f8e26b6d0c6d926d60c24339bd2a73ef8be Mon Sep 17 00:00:00 2001 From: Crypto-Spartan Date: Mon, 28 Feb 2022 20:36:38 +0000 Subject: [PATCH] update assert-cmd v2.0.2 -> v2.0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8e8a4f..75fedba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ clap = { version = "3.1.3", features = ["derive", "env"] } clap_complete = "3.1.0" [dev-dependencies] -assert_cmd = "2.0.2" +assert_cmd = "2.0.4" infer = "0.5.0" parse-display = "0.5.3" proptest = "1.0.0"