From e3483d453da9c1847a2e735185570668bcbfd483 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 06:17:25 +0000 Subject: [PATCH] Update predicates requirement from 1 to 2 Updates the requirements on [predicates](https://github.com/assert-rs/predicates-rs) to permit the latest version. - [Release notes](https://github.com/assert-rs/predicates-rs/releases) - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/predicates-rs/compare/predicates-core-v1.0.0...v2.0.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 66ba6c0..1557485 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ skeptic = { git = 'https://github.com/andygauge/rust-skeptic'} assert_cmd = "1" escargot = "0.5" skeptic = { git = 'https://github.com/andygauge/rust-skeptic'} -predicates = "1" +predicates = "2" structopt = "0.3" [[example]]