From f4428fc122c6249e6a604f375cf5c5db437508ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:42:03 +0000 Subject: [PATCH] fix(deps): update rust crate predicates to 3.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7631516..01421d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ tempfile = "3.12" futures = "0.3.31" assert_cmd = "2.0" assert_fs = "1.1.3" -predicates = "3.1" +predicates = "3.1.3" [lints.clippy] uninlined-format-args = "warn"