From b4ddd1b6b8086c6962d1a998af64d00dd0f72b5a Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 21:25:55 +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 695cd91..1504038 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ perfcnt = "0.8.0" [dev-dependencies] predicates = "1.0.7" -serial_test = "0.5.1" +serial_test = "3.0.0" [target.'cfg(target_os = "linux")'.dev-dependencies] caps = "0.5.5"