From b08df9d75be25b32f76bfcc858a8dd72ea3891ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 13:36:23 +0000 Subject: [PATCH] Bump assert_cmd from 2.1.2 to 2.2.0 Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.1.2 to 2.2.0. - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: assert_cmd dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 af845251..f1ae7d22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -92,9 +92,9 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.1.2" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c5bcfa8749ac45dd12cb11055aeeb6b27a3895560d60d71e3c23bf979e60514" +checksum = "9a686bbee5efb88a82df0621b236e74d925f470e5445d3220a5648b892ec99c9" dependencies = [ "anstyle", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 894b68b8..d8b4b7ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ typify = { version = "0.6.1", path = "typify" } typify-impl = { version = "0.6.1", path = "typify-impl" } typify-macro = { version = "0.6.1", path = "typify-macro" } -assert_cmd = "2.1.2" +assert_cmd = "2.2.0" chrono = { version = "0.4.44", features = ["serde"] } clap = { version = "4.5.60", features = ["derive"] } color-eyre = "0.6"