Skip to content

Commit da87691

Browse files
Update predicates requirement from 1.0.5 to 3.0.3 (#73)
Updates the requirements on [predicates](https://github.com/assert-rs/predicates-rs) to permit the latest version. - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](assert-rs/predicates-rs@predicates-core-v1.0.5...v3.0.3) --- updated-dependencies: - dependency-name: predicates dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa29d73 commit da87691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async-trait = "0.1.52"
4040

4141
[dev-dependencies]
4242
tempfile = "3.1.0"
43-
predicates = "1.0.5"
43+
predicates = "3.0.3"
4444
assert_cmd = "2.0.12"
4545
strip-ansi-escapes = "0.2.0"
4646

0 commit comments

Comments
 (0)