Merge pull request #377 from crate-ci/dependabot/cargo/trycmd-0.8.2

chore(deps): Bump trycmd from 0.5.1 to 0.8.2
This commit is contained in:
Ed Page 2021-12-01 07:27:20 -06:00 committed by GitHub
commit 77f82fbd68
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

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

View file

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