From e23c7ae2636f4d3d113779950a6e0005308c71fc Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sat, 26 Jul 2025 12:43:09 +0400 Subject: [PATCH] chore: switch test dependency from wildcard to major --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d708687..29f970d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ base64 = "0.22" reqwest = { version = "0.12", features = ["blocking"] } [dev-dependencies] -serial_test = "*" +serial_test = "3" [[test]] name = "integration_test"