From 2e5d7f04f42c3dd927314fc1c4fa05ba48f15b16 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 21:25:40 +0000 Subject: [PATCH] chore(deps): update rust crate assert_cmd to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 695cd91..c43c3ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ async-std = { version = "1.9.0", features = ["unstable", "attributes"] } serde_json = { version = "1.0.64", features = ["preserve_order"] } shlex = "1.0.0" nix = "0.20.0" -assert_cmd = "1.0.3" +assert_cmd = "2.0.0" serde_yaml = "0.8.17" lazy_static = "1.4.0" serde = { version = "1.0.124", features = ["derive"] }