From 2efedecab24d81fc405ff62ce09ba10021172332 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 09:54:05 +0000 Subject: [PATCH] chore(deps): update rust crate serial_test to v3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5641b44..c93d2f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,5 +23,5 @@ walkdir = "2.3.2" assert_cmd = "2.0.8" indoc = "2.0.0" predicates = "3.0.2" -serial_test = "2.0.0" +serial_test = "3.0.0" tempfile = "3.3.0"