From b02fb13018082463a18e3a9670bb08cc0eeed8d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 15:54:36 +0000 Subject: [PATCH 1/2] Update actix requirement from 0.12 to 0.13 Updates the requirements on [actix](https://github.com/actix/actix) to permit the latest version. - [Release notes](https://github.com/actix/actix/releases) - [Commits](https://github.com/actix/actix/commits) --- updated-dependencies: - dependency-name: actix dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 6e2ef2dca..e641667ec 100644 --- a/juniper_actix/Cargo.toml +++ b/juniper_actix/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/graphql-rust/juniper" subscriptions = ["juniper_graphql_ws", "tokio"] [dependencies] -actix = "0.12" +actix = "0.13" actix-http = "3.0" http = "0.2.4" actix-web = "4.0" From 320bcd6f2dcb0bd7a47c17a74fc087218d03465c Mon Sep 17 00:00:00 2001 From: tyranron Date: Mon, 14 Mar 2022 12:11:28 +0200 Subject: [PATCH 2/2] Fix versions --- 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 e641667ec..f805eb738 100644 --- a/juniper_actix/Cargo.toml +++ b/juniper_actix/Cargo.toml @@ -16,7 +16,7 @@ actix = "0.13" actix-http = "3.0" http = "0.2.4" actix-web = "4.0" -actix-web-actors = "=4.0.0" +actix-web-actors = "4.1.0" juniper = { version = "0.16.0-dev", path = "../juniper", default-features = false } juniper_graphql_ws = { version = "0.3.0", path = "../juniper_graphql_ws", optional = true }