From 292f3dee85a01cd7c543f711a3b9f70b6f3fcf50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 08:59:17 +0000 Subject: [PATCH] Update assert_cmd requirement from 1.0.0 to 2.0.9 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.0...v2.0.9) --- 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 e6f53ff..17a5123 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,4 +37,4 @@ default = ["exe"] exe = ["clap"] [dev-dependencies] -assert_cmd = "1.0.0" +assert_cmd = "2.0.9"