From 206c251adf0b97352561f5459c5716e11b8129d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 13:49:52 +0000 Subject: [PATCH] Bump predicates from 3.0.1 to 3.0.2 Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 3.0.1 to 3.0.2. - [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/v3.0.1...v3.0.2) --- 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 0c8a5b1..7641b27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2579,9 +2579,9 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" [[package]] name = "predicates" -version = "3.0.1" +version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ba7d6ead3e3966038f68caa9fc1f860185d95a793180bbcfe0d0da47b3961ed" +checksum = "c575290b64d24745b6c57a12a31465f0a66f3a4799686a6921526a33b0797965" dependencies = [ "anstyle", "difflib", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 2e093d4..ff69b80 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -57,7 +57,7 @@ features = ["env", "derive"] [dev-dependencies] assert_cmd = "2.0.10" pretty_assertions = "1.3.0" -predicates = "3.0.1" +predicates = "3.0.2" tempfile = "3.4.0" uuid = { version = "1.3.0", features = ["v4"] } wiremock = "0.5.17"