chore(deps): Bump trycmd from 0.5.1 to 0.8.2

Bumps [trycmd](https://github.com/assert-rs/trycmd) from 0.5.1 to 0.8.2.
- [Release notes](https://github.com/assert-rs/trycmd/releases)
- [Changelog](https://github.com/assert-rs/trycmd/blob/main/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/trycmd/compare/v0.5.1...v0.8.2)

---
updated-dependencies:
- dependency-name: trycmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-01 07:02:22 +00:00 committed by GitHub
parent 4deb95f9d8
commit 779b7685f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.5.1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d034538089e906ac14df42c19aae52a55aa1014102d6895d9748080e043cc48"
checksum = "834217fa34d960175e66d42cf7bd948f24b3f7401af59e15d0128260cec5cb4c"
dependencies = [
"concolor-control",
"difflib",

View file

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