diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-30 19:40:24 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-30 19:40:24 +0000 |
| commit | e7ac3c3152e56e19f99e6c565900c48bd9eafd08 (patch) | |
| tree | 8378ab16f2d5c49782ce233ba1bbe1d058565db7 | |
| parent | dfe6f8cf8fb744e50473179715bdc5708903746e (diff) | |
Bump assert_cmd from 1.0.7 to 2.0.2
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.7 to 2.0.2.
- [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.7...v2.0.2)
---
updated-dependencies:
- dependency-name: assert_cmd
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | dotup_cli/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
| @@ -28,9 +28,9 @@ checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1" | |||
| 28 | 28 | ||
| 29 | [[package]] | 29 | [[package]] |
| 30 | name = "assert_cmd" | 30 | name = "assert_cmd" |
| 31 | version = "1.0.7" | 31 | version = "2.0.2" |
| 32 | source = "registry+https://github.com/rust-lang/crates.io-index" | 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 | checksum = "3d20831bd004dda4c7c372c19cdabff369f794a95e955b3f13fe460e3e1ae95f" | 33 | checksum = "e996dc7940838b7ef1096b882e29ec30a3149a3a443cdc8dba19ed382eca1fe2" |
| 34 | dependencies = [ | 34 | dependencies = [ |
| 35 | "bstr", | 35 | "bstr", |
| 36 | "doc-comment", | 36 | "doc-comment", |
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" |
