From 8314eb295d0a3a30d4275932bc100a996cc03a06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 19:24:15 +0200 Subject: [PATCH] Bump predicates from 3.0.3 to 3.0.4 (#186) Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 3.0.3 to 3.0.4. - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/predicates-rs/compare/v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: predicates dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b6aef1..d084979 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -855,14 +855,14 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "predicates" -version = "3.0.3" +version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9" +checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0" dependencies = [ "anstyle", "difflib", "float-cmp", - "itertools 0.10.5", + "itertools 0.11.0", "normalize-line-endings", "predicates-core", "regex", diff --git a/Cargo.toml b/Cargo.toml index 4db0b24..62b7a7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ rstest = "0.18.2" [target.'cfg(not(target_family = "wasm"))'.dev-dependencies] assert_cmd = "2.0.12" criterion = "0.5.1" -predicates = "3.0.3" +predicates = "3.0.4" proptest = "1.2.0" tempfile = "3.8.0"