From d7c335d6b2dda3c0dbb8d9c491565a803a5deaf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 15:04:58 +0000 Subject: [PATCH] cargo: bump predicates from 2.1.4 to 2.1.5 Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.1.4 to 2.1.5. - [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.4...v2.1.5) --- 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 a0c6eed96..300efe577 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1256,9 +1256,9 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] name = "predicates" -version = "2.1.4" +version = "2.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f54fc5dc63ed3bbf19494623db4f3af16842c0d975818e469022d09e53f0aa05" +checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" dependencies = [ "difflib", "float-cmp", diff --git a/Cargo.toml b/Cargo.toml index b79962deb..eee349b11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ assert_cmd = "2.0.7" criterion = "0.4.0" criterion_bencher_compat = "0.4.0" insta = "1.23.0" -predicates = "2.1.4" +predicates = "2.1.5" regex = "1.7.0" test-case = "2.2.2" testutils = { path = "lib/testutils" }