From 8eec073ab74550c411ddeed943826951371c4464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 12:02:59 +0000 Subject: [PATCH] Bump predicates from 2.1.3 to 2.1.4 Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.1.3 to 2.1.4. - [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.4) --- updated-dependencies: - dependency-name: predicates dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lychee-bin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ffe35b..938b6b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2602,9 +2602,9 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" [[package]] name = "predicates" -version = "2.1.3" +version = "2.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6bd09a7f7e68f3f0bf710fb7ab9c4615a488b58b5f653382a687701e458c92" +checksum = "f54fc5dc63ed3bbf19494623db4f3af16842c0d975818e469022d09e53f0aa05" dependencies = [ "difflib", "float-cmp", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 8a568bd..d3e00fe 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -57,7 +57,7 @@ features = ["env", "derive"] [dev-dependencies] assert_cmd = "2.0.5" pretty_assertions = "1.3.0" -predicates = "2.1.3" +predicates = "2.1.4" tempfile = "3.3.0" uuid = { version = "1.2.2", features = ["v4"] } wiremock = "0.5.15"