From 7537be035a7a2a148c318b246f83e9fe05e134cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 23:41:48 +0000 Subject: [PATCH] Update predicates requirement from =3.1.0 to =3.1.2 Updates the requirements on [predicates](https://github.com/assert-rs/predicates-rs) to permit the latest version. - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/predicates-rs/compare/v3.1.0...v3.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 da686091..ee65f9ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ once_cell = { version = "1", default-features = false, features = ["std"] } ordered-float = { version = "4.2", default-features = false } parking_lot = { version = "0.12", default-features = false } portable-atomic = { version = "1", default-features = false } -predicates = { version = "=3.1.0", default-features = false } +predicates = { version = "=3.1.2", default-features = false } predicates-core = { version = "=1.0.6", default-features = false } predicates-tree = { version = "=1.0.9", default-features = false } pretty_env_logger = { version = "0.5", default-features = false }