From b3cc86f7bb7c772dc833012435b7f11b568bb1c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:17:12 +0000 Subject: [PATCH] Update Rust crate assert_cmd to 2.0.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b1be91..5dfd468 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ rustls = ["reqwest/rustls-tls"] vendored-openssl = ["openssl/vendored"] [dev-dependencies] -assert_cmd = "2.0" +assert_cmd = "2.0.14" predicates = "3" [build-dependencies]