chore: switch test dependency from wildcard to major

This commit is contained in:
zhom
2025-07-26 12:43:09 +04:00
parent 0fb77bc57f
commit e23c7ae263
+1 -1
View File
@@ -30,7 +30,7 @@ base64 = "0.22"
reqwest = { version = "0.12", features = ["blocking"] }
[dev-dependencies]
serial_test = "*"
serial_test = "3"
[[test]]
name = "integration_test"