From 640f534a0d3b495d0c31d11d20be9876d137cfa4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 03:24:11 +0000 Subject: Update assert_cmd requirement from 0.11 to 0.12 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.11.0...v0.12.0) 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 ec9de77..4931422 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ features = ["serde"] [dev-dependencies] criterion = "0.3" skeptic = "0.13" -assert_cmd = "0.11" +assert_cmd = "0.12" predicates = "1" env_logger = "0.7.0" tempfile = "3" -- cgit v1.2.3