From 6542681af0a43155e6eb96ce15d07ca9bdcc6c12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 07:30:28 +0000 Subject: [PATCH] Bump trycmd from 0.15.6 to 0.15.7 Bumps [trycmd](https://github.com/assert-rs/snapbox) from 0.15.6 to 0.15.7. - [Commits](https://github.com/assert-rs/snapbox/compare/trycmd-v0.15.6...trycmd-v0.15.7) --- updated-dependencies: - dependency-name: trycmd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f07e96e..7d801cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -502,10 +502,11 @@ dependencies = [ [[package]] name = "trycmd" -version = "0.15.6" +version = "0.15.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e8673f1dc45acdff8e25a06cc62f8e529563e8acd84237ce83d5a28e2befa12" +checksum = "288c25d9be00f5ac52a3b3ff7720248c223096534ec34e870188f1bc93f2465c" dependencies = [ + "anstream", "automod", "glob", "humantime", diff --git a/Cargo.toml b/Cargo.toml index 404bedd..29b6ddb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ clap = { version = "4.5.16", features = ["derive"] } markdown = "1.0.0-alpha.20" [dev-dependencies] -trycmd = "0.15.6" +trycmd = "0.15.7"