From 6d32c1dfaf29dfe6a62292c51cb4ee0f04fb5c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 21:34:30 +0000 Subject: [PATCH] chore(deps): 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 ++++---- cmd/gravity/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81b26f2..7620b35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,9 +491,9 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[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", @@ -573,9 +573,9 @@ checksum = "d163a63c116ce562a22cda521fcc4d79152e7aba014456fb5eb442f6d6a10109" [[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/cmd/gravity/Cargo.toml b/cmd/gravity/Cargo.toml index cef64dd..1220a33 100644 --- a/cmd/gravity/Cargo.toml +++ b/cmd/gravity/Cargo.toml @@ -32,7 +32,7 @@ wit-component = "=0.245.1" [dev-dependencies] # Cutting out `filesystem` feature -trycmd = { version = "=1.0.1", default-features = false, features = [ +trycmd = { version = "=1.1.0", default-features = false, features = [ "color-auto", "diff", ] }