Update assert_cmd requirement from 0.11 to 1.0 (#2188)

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/v0.11.0...v1.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-05 09:25:47 -05:00 committed by GitHub
parent 74a411faee
commit e0151898b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.63" }
wasm-bindgen-shared = { path = "../shared", version = "=0.2.63" }
[dev-dependencies]
assert_cmd = "0.11"
assert_cmd = "1.0"
diff = "0.1"
predicates = "1.0.0"
rayon = "1.0"