From 3f7a96d47d6fdb7cafaaa2c064abef684ed3b812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 09:08:43 +0000 Subject: [PATCH] Bump trycmd from 1.0.1 to 1.1.0 Bumps [trycmd](https://github.com/assert-rs/snapbox) from 1.0.1 to 1.1.0. - [Commits](https://github.com/assert-rs/snapbox/compare/trycmd-v1.0.1...trycmd-v1.1.0) --- updated-dependencies: - dependency-name: trycmd dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68eed48..d7cc63f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -444,9 +444,9 @@ checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" [[package]] name = "snapbox" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72f78b4289d8cf6ba326f76a6ec65d13f353a7e9ad3d2c497b086b0b8a7266a7" +checksum = "b7a2e43da79cf7c50d938bd15e4b17e7fc450113e5ace6e6e9acfe022facbf8d" dependencies = [ "anstream 1.0.0", "anstyle", @@ -582,9 +582,9 @@ dependencies = [ [[package]] name = "trycmd" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9e82c21f778ad3f9cd7d5729ef739caabacca790df693578da9df113a79abd" +checksum = "44ef72998f45864a0e75eb8c9a2d17331958499623824f587f877508aed5e753" dependencies = [ "anstream 1.0.0", "automod", diff --git a/Cargo.toml b/Cargo.toml index 1302135..772965e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ clap = { version = "4.5.60", 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.0.1", default-features = false, features = [ +trycmd = { version = "1.1.0", default-features = false, features = [ "color-auto", "diff", "examples",