From 779b7685f9cab065d22b75fc91143fb1196fe638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 07:02:22 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab6af1c..8737680 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index a36e8b3..79d9fcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]