From d5084cd391d62a8785d638c8ebf79480ba419a30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 03:01:59 +0000 Subject: [PATCH] Bump predicates from 2.1.3 to 2.1.5 Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.1.3 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.3...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 ce94c5f5..51d84e0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -821,9 +821,9 @@ dependencies = [ [[package]] name = "predicates" -version = "2.1.3" +version = "2.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6bd09a7f7e68f3f0bf710fb7ab9c4615a488b58b5f653382a687701e458c92" +checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" dependencies = [ "difflib", "float-cmp", diff --git a/Cargo.toml b/Cargo.toml index fa891185..a6a8eb86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ features = ["wrap_help", "cargo"] [dev-dependencies] assert_cmd = "2.0.5" serial_test = "0.6.0" -predicates = "2.1.3" +predicates = "2.1.5" wait-timeout = "0.2.0" tempfile = "3.3.0"