From dd4ff3370c1d35325e5c1af0c540ae25668afbb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:25:10 +0000 Subject: [PATCH] deps(rust): bump assert_cmd from 2.1.1 to 2.1.2 in /rust Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.1.1 to 2.1.2. - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: assert_cmd dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index b2272b0..2f26e04 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -72,9 +72,9 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.1.1" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcbb6924530aa9e0432442af08bbcafdad182db80d2e560da42a6d442535bf85" +checksum = "9c5bcfa8749ac45dd12cb11055aeeb6b27a3895560d60d71e3c23bf979e60514" dependencies = [ "anstyle", "bstr", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index b987420..9746698 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -26,7 +26,7 @@ clap = { version = "4.4", features = ["derive"], optional = true } [dev-dependencies] pretty_assertions = "1.4" test-case = "3.3" -assert_cmd = "2.0" +assert_cmd = "2.1" predicates = "3.0" tempfile = "3.24"