From 050fd486b8abe8df486dc6ff4c48f47451bac1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 03:12:35 +0000 Subject: Update assert_cmd requirement from 0.12.0 to 2.0.2 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/v0.12.0...v2.0.2) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4365df4..7987cd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ features = ["serde"] [dev-dependencies] criterion = "0.3.0" skeptic = "0.13.4" -assert_cmd = "0.12.0" +assert_cmd = "2.0.2" predicates = "1.0.2" env_logger = "0.7.1" tempfile = "3.1.0" -- cgit v1.2.3