From a8f79a0961f7a6e889653a247afb070e102a5a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Oct 2021 19:40:21 +0000 Subject: Update assert_cmd requirement from 1.0 to 2.0 in /dotup_cli 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.2) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dotup_cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotup_cli/Cargo.toml b/dotup_cli/Cargo.toml index 9ae6beb..d2ece5a 100644 --- a/dotup_cli/Cargo.toml +++ b/dotup_cli/Cargo.toml @@ -22,4 +22,4 @@ version = "0.19" [dev-dependencies] tempfile = "3.2" -assert_cmd = "1.0" +assert_cmd = "2.0" -- cgit