From 3fce7dfed042918b8ff01dca51bbd7d20f24b2b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:00:36 +0000 Subject: [PATCH] fix(deps): update rust crate assert_cmd to 2.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2687ff..a4c6f65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ tokio-test = "0.4" temp-env = "0.3.6" tempfile = "3.12" futures = "0.3.31" -assert_cmd = "2.0" +assert_cmd = "2.1.2" assert_fs = "1.1.3" predicates = "3.1.3"