From a26c5b82190747c77fcae61e14b92c0b14f73019 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 03:39:27 +0000 Subject: [PATCH] Bump predicates from 1.0.6 to 1.0.7 Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 1.0.6 to 1.0.7. - [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/v1.0.6...v1.0.7) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2521d7aa..6f048337 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -802,9 +802,9 @@ dependencies = [ [[package]] name = "predicates" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73dd9b7b200044694dfede9edf907c1ca19630908443e9447e624993700c6932" +checksum = "eeb433456c1a57cc93554dea3ce40b4c19c4057e41c55d4a0f3d84ea71c325aa" dependencies = [ "difference", "float-cmp", diff --git a/Cargo.toml b/Cargo.toml index 66a11adf..77795710 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ default-features = false tempdir = "0.3" assert_cmd = "1.0.2" serial_test = "0.5.1" -predicates = "1.0.6" +predicates = "1.0.7" wait-timeout = "0.2.0" [build-dependencies]