From 28129278910b0349816c9945b003a5c0276218ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 02:07:31 +0000 Subject: [PATCH] Bump trycmd from 1.2.0 to 1.2.1 Bumps [trycmd](https://github.com/assert-rs/snapbox) from 1.2.0 to 1.2.1. - [Commits](https://github.com/assert-rs/snapbox/compare/trycmd-v1.2.0...trycmd-v1.2.1) --- updated-dependencies: - dependency-name: trycmd dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++-------------- cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1aa671..6d379d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,17 +81,6 @@ version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" -[[package]] -name = "automod" -version = "1.0.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a273e731a7fb8c2268fd2932c9e9a3469f4fd171d85d070d2687190229653bd3" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "aws-lc-rs" version = "1.17.1" @@ -1996,12 +1985,11 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "trycmd" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "218889993f76bda9b2ef57c12c3cab0eef4fd54ec7b36d1704849867f69e7bb4" +checksum = "7ba18343f71e7f135c56454a7d16e9b11f9a1b86c79f2ebab5cce7582c9a64e9" dependencies = [ "anstream", - "automod", "glob", "humantime", "humantime-serde", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index af6b0d7..8b7b024 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -21,4 +21,4 @@ reqwest = { version = "0.13", features = ["blocking"] } serde = { version = "1.0.228", features = ["derive"] } [dev-dependencies] -trycmd = "=1.2.0" +trycmd = "=1.2.1"