Skip to content

Commit

Permalink
Update assert_cmd requirement from 1.0 to 2.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.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and commial committed Jan 8, 2022
1 parent 163be5b commit 51b6c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ tar = "0.4"
rand_chacha = "0.2"

[dev-dependencies]
assert_cmd = "1.0"
assert_cmd = "2.0"
assert_fs = "1.0"
permutate = "0.3"

0 comments on commit 51b6c24

Please sign in to comment.