Bump assert_cmd from 1.0.2 to 1.0.3

Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.2 to 1.0.3.
- [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.2...v1.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-29 23:45:28 +00:00 committed by GitHub
parent 55f8d1c7c0
commit def67c81b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -24,6 +24,6 @@ version = "^0.10.1"
path = "../taskchampion"
[dev-dependencies]
assert_cmd = "^1.0.1"
assert_cmd = "^1.0.3"
predicates = "^1.0.7"
tempdir = "^0.3.7"