From 5a312f6b6436eaae25141ecd5860dafeb14fe66d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 11:53:03 +0200 Subject: [PATCH] Bump trycmd from 0.15.2 to 0.15.3 (#575) Bumps [trycmd](https://github.com/assert-rs/trycmd) from 0.15.2 to 0.15.3. - [Commits](https://github.com/assert-rs/trycmd/compare/v0.15.2...trycmd-v0.15.3) --- updated-dependencies: - dependency-name: trycmd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0ba689..8767351 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1582,9 +1582,9 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "snapbox" -version = "0.5.10" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72f1918ec224cc1fd581ff833603f7d203b2cbe36f725e030255f1143a48ba5d" +checksum = "28bef451bfd0a7a395fb3979e130422658926bb2e0d9a168e72aca4c9b5c5738" dependencies = [ "anstream", "anstyle", @@ -1904,9 +1904,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "trycmd" -version = "0.15.2" +version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29622709ff54daef580ca6fff0687368527662c9e36fa8907438af35eb334b19" +checksum = "8186bd128bd25457be9eea6854abe01254849cb68d752f3c760eee8e068382a7" dependencies = [ "automod", "glob", diff --git a/Cargo.toml b/Cargo.toml index 5837a14..d975404 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,4 +26,4 @@ toml = "0.8.13" [dev-dependencies] rstest = { version = "0.19.0", default-features = false } -trycmd = "0.15.2" +trycmd = "0.15.3"