From 9b3aaa0337d6043269f69cb54fe836bb04845d2a Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 15 Nov 2024 14:58:29 -0500 Subject: [PATCH] Update rstest to 0.23.0 (the latest version) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c8b764..aa5d941 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ color-print = "0.3.4" [dev-dependencies] assert_cmd = "2.0.0" -rstest = { version = "0.22.0", default-features = false } +rstest = { version = "0.23.0", default-features = false } rstest_reuse = "0.7.0" tempfile = "3.1.0"