From 647b826d673479841c3af78afa40ea6fa02124ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 14:32:33 +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 ++-- crates/kount/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6fcbaaf..afb7c3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -69,9 +69,9 @@ checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" [[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/crates/kount/Cargo.toml b/crates/kount/Cargo.toml index 74e6f10..c4afcf7 100644 --- a/crates/kount/Cargo.toml +++ b/crates/kount/Cargo.toml @@ -16,7 +16,7 @@ kount_count = { path = "../kount_count" } serde_json = "1.0" [dev-dependencies] -assert_cmd = "2.0" +assert_cmd = "2.2" assert_fs = "1.1" dunce = "1.0" insta = { version = "1.46", features = ["filters"] }