Skip to content

Commit 6dc0e36

Browse files
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] <support@github.com>
1 parent 4862915 commit 6dc0e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper_actix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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.0-beta.15"
1717
http = "0.2.4"
1818
actix-web = "4.0.0-beta.14"

0 commit comments

Comments
 (0)