From 9017c96a7a2e7547015973b12dedaafb1724a109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 04:03:27 +0000 Subject: [PATCH] chore(deps): bump predicates from 3.1.3 to 3.1.4 Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 3.1.3 to 3.1.4. - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/predicates-rs/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: predicates dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa388da..889a94e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1066,9 +1066,9 @@ dependencies = [ [[package]] name = "predicates" -version = "3.1.3" +version = "3.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573" +checksum = "ada8f2932f28a27ee7b70dd6c1c39ea0675c55a36879ab92f3a715eaa1e63cfe" dependencies = [ "anstyle", "difflib", diff --git a/Cargo.toml b/Cargo.toml index 82673f7..a10dc75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ wait-timeout = "0.2.1" [dev-dependencies] assert_cmd = "2.1.2" -predicates = "3.1.3" +predicates = "3.1.4" [profile.release] lto = true