From bad91b0b1d2976e325ee978e736a9a54f68038d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:26:38 +0000 Subject: [PATCH] Bump trycmd from 1.1.0 to 1.1.1 Bumps [trycmd](https://github.com/assert-rs/snapbox) from 1.1.0 to 1.1.1. - [Commits](https://github.com/assert-rs/snapbox/compare/trycmd-v1.1.0...trycmd-v1.1.1) --- updated-dependencies: - dependency-name: trycmd dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 90122ff..04098e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -558,9 +558,9 @@ dependencies = [ [[package]] name = "trycmd" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44ef72998f45864a0e75eb8c9a2d17331958499623824f587f877508aed5e753" +checksum = "738e7ec9aa3a7f8bc0e229dc6fe490060a350570b68a1bf82a74d7ae04d2a93d" dependencies = [ "anstream", "automod", diff --git a/Cargo.toml b/Cargo.toml index d541310..e8fe16d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ clap = { version = "4.6.0", default-features = true, features = [ macrotest = { version = "1.2.1", default-features = false } paste = { version = "1.0.15", default-features = false } trybuild = { version = "1.0.116", features = ["diff"] } -trycmd = { version = "1.1.0", default-features = false, features = [ +trycmd = { version = "1.1.1", default-features = false, features = [ "color-auto", "diff", "examples",