Skip to content

Commit 032ff3f

Browse files
Upgrade actix crate to 0.13 version (#1034)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <tyranron@gmail.com>
1 parent fec998d commit 032ff3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

juniper_actix/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ repository = "https://github.com/graphql-rust/juniper"
1212
subscriptions = ["juniper_graphql_ws", "tokio"]
1313

1414
[dependencies]
15-
actix = "0.12"
15+
actix = "0.13"
1616
actix-http = "3.0"
1717
http = "0.2.4"
1818
actix-web = "4.0"
19-
actix-web-actors = "=4.0.0"
19+
actix-web-actors = "4.1.0"
2020

2121
juniper = { version = "0.16.0-dev", path = "../juniper", default-features = false }
2222
juniper_graphql_ws = { version = "0.3.0", path = "../juniper_graphql_ws", optional = true }

0 commit comments

Comments
 (0)