From 2238a5ed31e6d6e59bb0dc8b24b3d6eb33986209 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 12:29:54 +0000 Subject: [PATCH] chore(deps): update rust crate assert_cmd to 2.0.14 (#116) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 67f6888..824e702 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,5 +35,5 @@ tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "sync", url = "2.5" [dev-dependencies] -assert_cmd = "2.0" +assert_cmd = "2.0.14" predicates = "3.1"