From d75f940625b3b76e59e83c530c0eff9cc8d14365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:55:47 +0100 Subject: [PATCH] Upgrade `serial_test` crate from 2.0 to 3.0 version (#1233) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- juniper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper/Cargo.toml b/juniper/Cargo.toml index 90b57954..fb764707 100644 --- a/juniper/Cargo.toml +++ b/juniper/Cargo.toml @@ -83,7 +83,7 @@ bencher = "0.1.2" chrono = { version = "0.4.30", features = ["alloc"], default-features = false } pretty_assertions = "1.0.0" serde_json = "1.0.18" -serial_test = "2.0" +serial_test = "3.0" tokio = { version = "1.0", features = ["macros", "time", "rt-multi-thread"] } [[bench]]