From 862a0d8a558758c8685c26c25bec47e7f54b2538 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 02:19:36 +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 1262b108..20d1fad6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ tokio = { version = "1", features = ["sync"], optional = true } [dev-dependencies] assert_fs = "1.1" -serial_test = { version = "2.0", features = ["file_locks"] } +serial_test = { version = "3.0", features = ["file_locks"] } shortcut_assert_fs = { version = "0.1.0" } skeptic = "0.13" tokio = { version = "1.35", features = ["test-util","macros"] }