From 7162e38d507257190b2173b69e148c0b7661ea2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 04:06:39 +0000 Subject: [PATCH] Bump predicates from 3.0.2 to 3.0.3 Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 3.0.2 to 3.0.3. - [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.2...v3.0.3) --- updated-dependencies: - dependency-name: predicates dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49795a77..06ce928d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -950,11 +950,11 @@ dependencies = [ [[package]] name = "predicates" -version = "3.0.2" +version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c575290b64d24745b6c57a12a31465f0a66f3a4799686a6921526a33b0797965" +checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9" dependencies = [ - "anstyle 0.3.5", + "anstyle 1.0.0", "difflib", "float-cmp", "itertools", diff --git a/Cargo.toml b/Cargo.toml index 02339219..853b51c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ plist = "1.4.3" assert_cmd = "2.0.10" expect-test = "1.4.0" serial_test = { version = "2.0.0", default-features = false } -predicates = "3.0.2" +predicates = "3.0.3" wait-timeout = "0.2.0" tempfile = "3.5.0"