From 02c9a4d0c32166c6ac24b4fec5aa628af3237769 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 03:16:12 +0000 Subject: Update assert_cmd requirement from 0.12.0 to 1.0.5 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...v1.0.5) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4365df4..e4be1df 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 = "1.0.5" predicates = "1.0.2" env_logger = "0.7.1" tempfile = "3.1.0" -- cgit v1.2.3