From 6d6c71fc3b4ea28f83842b37f5154727cc641b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 10:22:39 +0000 Subject: [PATCH] Upgrade `actix-test` crate to 0.1 version (#1089) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren --- juniper_actix/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper_actix/Cargo.toml b/juniper_actix/Cargo.toml index 17c91837c..bb60ff5fd 100644 --- a/juniper_actix/Cargo.toml +++ b/juniper_actix/Cargo.toml @@ -40,7 +40,7 @@ tokio = { version = "1.0", features = ["sync"], optional = true } actix-cors = "0.6" actix-identity = "0.5" actix-rt = "2.0" -actix-test = "=0.1.0-beta.13" +actix-test = "0.1" async-stream = "0.3" bytes = "1.0" env_logger = "0.9"