From 6192183d2b4de7f71d26d701ebcaee1b1488d4aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 15:15:08 +0000 Subject: [PATCH] cargo: bump predicates from 2.1.3 to 2.1.4 Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.1.3 to 2.1.4. - [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.1.3...v2.1.4) --- updated-dependencies: - dependency-name: predicates 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 f09096c0b..a3e96537f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1222,9 +1222,9 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] name = "predicates" -version = "2.1.3" +version = "2.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6bd09a7f7e68f3f0bf710fb7ab9c4615a488b58b5f653382a687701e458c92" +checksum = "f54fc5dc63ed3bbf19494623db4f3af16842c0d975818e469022d09e53f0aa05" dependencies = [ "difflib", "float-cmp", diff --git a/Cargo.toml b/Cargo.toml index 7954dd86d..ccaa09e28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ criterion = "0.4.0" criterion_bencher_compat = "0.4.0" insta = "1.21.2" regex = "1.7.0" -predicates = "2.1.3" +predicates = "2.1.4" test-case = "2.2.2" testutils = { path = "lib/testutils" }