Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 6, 2021
1 parent caafca1 commit b602965
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 @@ -23,5 +23,5 @@ env_logger = "0.9.0"
structopt = "0.3"

[dev-dependencies]
assert_cmd = "1.0.1"
assert_cmd = "2.0.0"
predicates = "2.0.0"

0 comments on commit b602965

Please sign in to comment.