diff --git a/Cargo.toml b/Cargo.toml index 930affa..5f129f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ rand = "0.8.5" reqwest = {version = "0.13.1", features = ["json"]} serde = {version = "1.0.214", features = ["derive"]} serde_json = "1.0.132" -serial_test = "3.1.1" +serial_test = "4.0.1" tokio = {version = "1.41.0", features = ["full", "macros"]} zip = "8.1.0"