Skip to content

Commit

Permalink
Bump assert_cmd from 1.0.8 to 2.0.4
Browse files Browse the repository at this point in the history
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.8 to 2.0.4.
- [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.8...v2.0.4)

---
updated-dependencies:
- dependency-name: assert_cmd
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 10, 2022
1 parent 5ee3451 commit 9b909fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 21 deletions.
24 changes: 5 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rand = "0.8"
libmath = "0.2.1"
cfg-if = "1.0.0"
assert_fs = "1.0"
assert_cmd = "1.0"
assert_cmd = "2.0"
chrono = "0.4.19"
serde_json = "1.0.53"
serde = "1.0.53"
Expand Down
2 changes: 1 addition & 1 deletion vitup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ tokio-stream = { version = "0.1.8", features = ["net"] }
quickcheck = "0.9"
quickcheck_macros = "0.9"
assert_fs ="1.0"
assert_cmd = "1.0"
assert_cmd = "2.0"

[dependencies.reqwest]
version = "0.10.10"
Expand Down

0 comments on commit 9b909fa

Please sign in to comment.