From 8cb27fbb3d0a6dee6ec70821088d5ddbc4b50623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:19:00 +0000 Subject: [PATCH] Bump trycmd from 0.15.2 to 0.15.3 (#244) 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 b7251a8..25cfbc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -778,9 +778,9 @@ checksum = "2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597" [[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", @@ -907,9 +907,9 @@ dependencies = [ [[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 6419db6..b7dbc56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ rayon = "1.10.0" thiserror = "1.0.61" [dev-dependencies] -trycmd = "0.15.2" +trycmd = "0.15.3"