From e4e4cc21c345a9e95c62a0f5d6a88f1c54c12a29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 11:57:16 +0000 Subject: [PATCH] Bump trycmd from 0.15.1 to 0.15.2 (#242) Bumps [trycmd](https://github.com/assert-rs/trycmd) from 0.15.1 to 0.15.2. - [Changelog](https://github.com/assert-rs/snapbox/blob/v0.15.2/CHANGELOG.md) - [Commits](https://github.com/assert-rs/trycmd/compare/v0.15.1...v0.15.2) --- 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 | 28 ++++++++++++++++++++-------- Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5fe15f3..222b087 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,6 +82,17 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" +[[package]] +name = "automod" +version = "1.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edf3ee19dbc0a46d740f6f0926bde8c50f02bdbc7b536842da28f6ac56513a8b" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.46", +] + [[package]] name = "bitflags" version = "1.3.2" @@ -767,9 +778,9 @@ checksum = "2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597" [[package]] name = "snapbox" -version = "0.5.9" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ac441e1ecf678f68423d47f376d53fabce1afba92c8f68e31508eb27df8562a" +checksum = "72f1918ec224cc1fd581ff833603f7d203b2cbe36f725e030255f1143a48ba5d" dependencies = [ "anstream", "anstyle", @@ -789,9 +800,9 @@ dependencies = [ [[package]] name = "snapbox-macros" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1c4b838b05d15ab22754068cb73500b2f3b07bf09d310e15b27f88160f1de40" +checksum = "b1f4c14672714436c09254801c934b203196a51182a5107fb76591c7cc56424d" dependencies = [ "anstream", ] @@ -883,9 +894,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.4" +version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951" +checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ "indexmap 2.0.2", "serde", @@ -896,10 +907,11 @@ dependencies = [ [[package]] name = "trycmd" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14c6930faf7c6c4942ce17daa6f38d659d2ebf2b579a56b6926707038eb37b0" +checksum = "29622709ff54daef580ca6fff0687368527662c9e36fa8907438af35eb334b19" dependencies = [ + "automod", "glob", "humantime", "humantime-serde", diff --git a/Cargo.toml b/Cargo.toml index 21319b5..e4d2c16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ rayon = "1.10.0" thiserror = "1.0.60" [dev-dependencies] -trycmd = "0.15.1" +trycmd = "0.15.2"