From a1558fb6bf9598c9626c1ca185200bafc203f909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 03:03:30 +0000 Subject: [PATCH] Bump predicates from 2.0.2 to 2.0.3 Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.0.2 to 2.0.3. - [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.0.2...v2.0.3) --- 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 74c47ce4..f6b299bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -810,9 +810,9 @@ checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" [[package]] name = "predicates" -version = "2.0.2" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c143348f141cc87aab5b950021bac6145d0e5ae754b0591de23244cee42c9308" +checksum = "5c6ce811d0b2e103743eec01db1c50612221f173084ce2f7941053e94b6bb474" dependencies = [ "difflib", "float-cmp", diff --git a/Cargo.toml b/Cargo.toml index a47bddc9..83e01707 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ features = ["suggestions", "color", "wrap_help"] [dev-dependencies] assert_cmd = "2.0.1" serial_test = "0.5.1" -predicates = "2.0.2" +predicates = "2.0.3" wait-timeout = "0.2.0" tempfile = "3.2.0"