Skip to content

Commit

Permalink
Update predicates requirement from 2 to 3
Browse files Browse the repository at this point in the history
Updates the requirements on [predicates](https://github.com/assert-rs/predicates-rs) to permit the latest version.
- [Release notes](https://github.com/assert-rs/predicates-rs/releases)
- [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md)
- [Commits](assert-rs/predicates-rs@v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: predicates
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 15, 2023
1 parent 9ccebce commit 4fa38e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ clap = { version = "4", features = ["derive"] }

[dev-dependencies]
assert_cmd = "2"
predicates = "2"
predicates = "3"

0 comments on commit 4fa38e4

Please sign in to comment.