From 26875c8fba34dc6b6b4078cab9294ab95ea33a05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 10:31:30 +0200 Subject: [PATCH] Bump predicates from 1.0.7 to 1.0.8 (#239) Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 1.0.7 to 1.0.8. - [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.7...v1.0.8) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- lychee-bin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e88ca18..3bfaf33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1805,9 +1805,9 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" [[package]] name = "predicates" -version = "1.0.7" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eeb433456c1a57cc93554dea3ce40b4c19c4057e41c55d4a0f3d84ea71c325aa" +checksum = "f49cfaf7fdaa3bfacc6fa3e7054e65148878354a5cfddcf661df4c851f8021df" dependencies = [ "difference", "float-cmp", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index bceeadd..02e800e 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -41,7 +41,7 @@ toml = "0.5.8" [dev-dependencies] assert_cmd = "1.0.3" -predicates = "1.0.7" +predicates = "1.0.8" pretty_assertions = "0.7.2" tempfile = "3.2.0" uuid = { version = "0.8.2", features = ["v4"] }