From 9a4c4542bde6aac5e422251c1e4a1e4262fe453f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 15:45:44 +0000 Subject: [PATCH] cargo: bump predicates from 2.1.1 to 2.1.2 Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.1.1 to 2.1.2. - [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.1...v2.1.2) --- 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 88b0d4877..2c18baa13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1112,9 +1112,9 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] name = "predicates" -version = "2.1.1" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5aab5be6e4732b473071984b3164dbbfb7a3674d30ea5ff44410b6bcd960c3c" +checksum = "ab68289ded120dcbf9d571afcf70163233229052aec9b08ab09532f698d0e1e6" dependencies = [ "difflib", "float-cmp", diff --git a/Cargo.toml b/Cargo.toml index 72deab11f..292fc53da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ criterion = "0.4.0" criterion_bencher_compat = "0.4.0" insta = "1.21.0" regex = "1.7.0" -predicates = "2.1.1" +predicates = "2.1.2" test-case = "2.2.2" testutils = { path = "lib/testutils" }