fix(test): Update trycmd, so failures work

Before trycmd 0.5.1, a failing test still resulted in a succeeding
`cargo test` run.
This commit is contained in:
Neubauer, Sebastian 2021-11-12 22:11:13 +01:00
parent cdfdc4084c
commit 141adb6837
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1499,9 +1499,9 @@ checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
[[package]]
name = "trycmd"
version = "0.4.0"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b15571a9c85f2dc93e93907813b8b82583a60c1ee738ef5fa5123f4c96863b5"
checksum = "2d034538089e906ac14df42c19aae52a55aa1014102d6895d9748080e043cc48"
dependencies = [
"concolor-control",
"difflib",

View file

@ -94,7 +94,7 @@ maplit = "1.0"
[dev-dependencies]
assert_fs = "1.0"
trycmd = "0.4"
trycmd = "0.5.1"
criterion = "0.3"
[profile.dev]