From f5d919c3d815a5a8e8f941bd7f3094765e786dc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:44:31 +0000 Subject: [PATCH] build(deps): bump assert_cmd from 2.2.0 to 2.2.1 Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.2.0 to 2.2.1. - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: assert_cmd dependency-version: 2.2.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 2db05561..df711622 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,9 +99,9 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "assert_cmd" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a686bbee5efb88a82df0621b236e74d925f470e5445d3220a5648b892ec99c9" +checksum = "39bae1d3fa576f7c6519514180a72559268dd7d1fe104070956cb687bc6673bd" dependencies = [ "anstyle", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 9b27a5a2..8ae66031 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ typify = { version = "0.6.2", path = "typify" } typify-impl = { version = "0.6.2", path = "typify-impl" } typify-macro = { version = "0.6.2", path = "typify-macro" } -assert_cmd = "2.2.0" +assert_cmd = "2.2.1" chrono = { version = "0.4.44", features = ["serde"] } clap = { version = "4.6.1", features = ["derive"] } color-eyre = "0.6"