From cad4086da1aa8c5d34cb022cb18956d9b46c02cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Nov 2022 06:53:34 +0000 Subject: [PATCH] chore(deps): update rust crate predicates to 2.1.3 (#55) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 591ec78..77e7d9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,4 +30,4 @@ url = "2.3" [dev-dependencies] assert_cmd = "2.0.6" -predicates = "2.1.2" +predicates = "2.1.3"