From ff58711b2d7b53cad780f2eece450f5246e556b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 23:34:08 +0000 Subject: [PATCH] Bump predicates from 1.0.5 to 1.0.7 Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 1.0.5 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.5...v1.0.7) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76c9c646e..a50925d8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1540,9 +1540,9 @@ checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" [[package]] name = "predicates" -version = "1.0.5" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96bfead12e90dccead362d62bb2c90a5f6fc4584963645bc7f71a735e0b0735a" +checksum = "eeb433456c1a57cc93554dea3ce40b4c19c4057e41c55d4a0f3d84ea71c325aa" dependencies = [ "difference", "float-cmp", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index cfd501b9b..50d72db61 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -25,5 +25,5 @@ path = "../taskchampion" [dev-dependencies] assert_cmd = "^1.0.1" -predicates = "^1.0.5" +predicates = "^1.0.7" tempdir = "^0.3.7"