From 4fa38e47296d787f7e1ae5f7ee7bde0b6475eee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 14:59:15 +0000 Subject: [PATCH] Update predicates requirement from 2 to 3 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/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: predicates dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7e4fc4ca..9019c37f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -25,4 +25,4 @@ clap = { version = "4", features = ["derive"] } [dev-dependencies] assert_cmd = "2" -predicates = "2" +predicates = "3"