diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-30 19:40:21 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-30 19:40:21 +0000 |
| commit | a8f79a0961f7a6e889653a247afb070e102a5a5c (patch) | |
| tree | 7b86242f4c343ae307fa9a09f87ba8a6cfa50122 | |
| parent | dfe6f8cf8fb744e50473179715bdc5708903746e (diff) | |
Update assert_cmd requirement from 1.0 to 2.0 in /dotup_cli
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](https://github.com/assert-rs/assert_cmd/compare/v1.0.0...v2.0.2)
---
updated-dependencies:
- dependency-name: assert_cmd
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | dotup_cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotup_cli/Cargo.toml b/dotup_cli/Cargo.toml index 9ae6beb..d2ece5a 100644 --- a/dotup_cli/Cargo.toml +++ b/dotup_cli/Cargo.toml | |||
| @@ -22,4 +22,4 @@ version = "0.19" | |||
| 22 | 22 | ||
| 23 | [dev-dependencies] | 23 | [dev-dependencies] |
| 24 | tempfile = "3.2" | 24 | tempfile = "3.2" |
| 25 | assert_cmd = "1.0" | 25 | assert_cmd = "2.0" |
