From b602965fe61d8ec25f8944a9276cae74fc567d0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Aug 2021 14:09:14 +0000 Subject: [PATCH] Update assert_cmd requirement from 1.0.1 to 2.0.0 Updates the requirements on [assert_cmd](https://github.com/assert-rs/assert_cmd) to permit the latest version. - [Release notes](https://github.com/assert-rs/assert_cmd/releases) - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v1.0.1...v2.0.0) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f8db9d35..12ca5f1e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -23,5 +23,5 @@ env_logger = "0.9.0" structopt = "0.3" [dev-dependencies] -assert_cmd = "1.0.1" +assert_cmd = "2.0.0" predicates = "2.0.0"