From 2c650b4e03d6ffc4d1a8b9b2bbc2d9cc5900e517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 03:11:47 +0000 Subject: Update predicates requirement from 1.0.2 to 2.1.0 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.2...v2.1.0) --- updated-dependencies: - dependency-name: predicates dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4365df4..24d1aa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ features = ["serde"] criterion = "0.3.0" skeptic = "0.13.4" assert_cmd = "0.12.0" -predicates = "1.0.2" +predicates = "2.1.0" env_logger = "0.7.1" tempfile = "3.1.0" -- cgit v1.2.3