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"