From 51b6c24120969ef45e54fa3fd3a5293fa8423335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Aug 2021 20:02:37 +0000 Subject: [PATCH] Update assert_cmd requirement from 1.0 to 2.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.0...v2.0.0) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mlar/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlar/Cargo.toml b/mlar/Cargo.toml index c50307c..3a392bc 100644 --- a/mlar/Cargo.toml +++ b/mlar/Cargo.toml @@ -26,6 +26,6 @@ tar = "0.4" rand_chacha = "0.2" [dev-dependencies] -assert_cmd = "1.0" +assert_cmd = "2.0" assert_fs = "1.0" permutate = "0.3"